aboutsummaryrefslogtreecommitdiffstats
path: root/tap-rtp-common.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-07-06 17:13:41 +0000
committerGerald Combs <gerald@wireshark.org>2009-07-06 17:13:41 +0000
commita1897b00a2591c3ec9f06e46afc4cb848de120b9 (patch)
tree1c622b60298bc2f83221d125a7d8774048018c07 /tap-rtp-common.c
parent0d64273468a1823a41e67234e72dd87a799be955 (diff)
downloadwireshark-a1897b00a2591c3ec9f06e46afc4cb848de120b9.tar.gz
wireshark-a1897b00a2591c3ec9f06e46afc4cb848de120b9.tar.bz2
wireshark-a1897b00a2591c3ec9f06e46afc4cb848de120b9.zip
Fix a couple of typos.
svn path=/trunk/; revision=28956
Diffstat (limited to 'tap-rtp-common.c')
-rw-r--r--tap-rtp-common.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tap-rtp-common.c b/tap-rtp-common.c
index c21013fa82..43f87ffba3 100644
--- a/tap-rtp-common.c
+++ b/tap-rtp-common.c
@@ -561,8 +561,8 @@ int rtp_packet_analyse(tap_rtp_stat_t *statinfo,
}else{ /* Dynamic PT */
if ( rtpinfo->info_payload_type_str != NULL ){
/* Is it a "telephone-event" ?
- * Timestamp is not increased for telepone-event packets inpacting
- * caluculation of Jitter Skew and clock drift.
+ * Timestamp is not increased for telepone-event packets impacting
+ * calculation of Jitter Skew and clock drift.
* see 2.2.1 of RFC 4733
*/
if (g_ascii_strncasecmp("telephone-event",rtpinfo->info_payload_type_str,(strlen("telephone-event")))==0){