From 2651193b991f4b691aa978b079718606891c6d48 Mon Sep 17 00:00:00 2001 From: yangfl Date: Tue, 7 Nov 2017 23:56:18 +0800 Subject: Fix typo --- toxav/rtp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toxav/rtp.c') diff --git a/toxav/rtp.c b/toxav/rtp.c index 6f939082..350eeacd 100644 --- a/toxav/rtp.c +++ b/toxav/rtp.c @@ -141,7 +141,7 @@ int rtp_send_data(RTPSession *session, const uint8_t *data, uint16_t length, Log if (MAX_CRYPTO_DATA_SIZE > length + sizeof(struct RTPHeader) + 1) { /** - * The lenght is lesser than the maximum allowed lenght (including header) + * The length is lesser than the maximum allowed length (including header) * Send the packet in single piece. */ @@ -153,7 +153,7 @@ int rtp_send_data(RTPSession *session, const uint8_t *data, uint16_t length, Log } else { /** - * The lenght is greater than the maximum allowed lenght (including header) + * The length is greater than the maximum allowed length (including header) * Send the packet in multiple pieces. */ -- cgit v1.2.3