rtpstats: Fix typo in documentation
authorSebastian Dröge <sebastian@centricular.com>
Fri, 30 Jan 2015 15:56:35 +0000 (16:56 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Fri, 30 Jan 2015 15:56:35 +0000 (16:56 +0100)
gst/rtpmanager/rtpstats.h

index 1f09ffa..137ece3 100644 (file)
@@ -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