diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-01-30 16:56:35 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-01-30 16:56:35 +0100 |
commit | ec99bbb5e1374e951b0b70ac92004d7c2840e90d (patch) | |
tree | 30bb134ef31bfc91a8b40179561768f3c2db7087 | |
parent | 77511b156e1dbc45c7dd0f24bb2832c9145fd535 (diff) |
rtpstats: Fix typo in documentation
-rw-r--r-- | gst/rtpmanager/rtpstats.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/rtpmanager/rtpstats.h b/gst/rtpmanager/rtpstats.h index 1f09ffa68..137ece3b9 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 |