From ec99bbb5e1374e951b0b70ac92004d7c2840e90d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 30 Jan 2015 16:56:35 +0100 Subject: [PATCH] rtpstats: Fix typo in documentation --- gst/rtpmanager/rtpstats.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gst/rtpmanager/rtpstats.h b/gst/rtpmanager/rtpstats.h index 1f09ffa685..137ece3b90 100644 --- a/gst/rtpmanager/rtpstats.h +++ b/gst/rtpmanager/rtpstats.h @@ -177,12 +177,12 @@ typedef struct { #define RTP_STATS_BYE_TIMEOUT (2 * GST_SECOND) /* - * The maximum number of missing packets we tollerate. These are packets with a + * The maximum number of missing packets we tolerate. These are packets with a * sequence number bigger than the last seen packet. */ #define RTP_MAX_DROPOUT 3000 /* - * The maximum number of misordered packets we tollerate. These are packets with + * The maximum number of misordered packets we tolerate. These are packets with * a sequence number smaller than the last seen packet. */ #define RTP_MAX_MISORDER 100