aboutsummaryrefslogtreecommitdiffstats
path: root/tap-rtp-common.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-04-08 13:41:30 +0000
committerBill Meier <wmeier@newsguy.com>2009-04-08 13:41:30 +0000
commit321506c076b5d2ed1cc4cc5c74569093b3e1aca0 (patch)
tree8452f326fe422f58ce23b34cc250db27fd0082de /tap-rtp-common.c
parent0beccd173fb12cab957bfbf7e170b51d39b259e4 (diff)
(Trivial) Fix some spelling & etc in comments
svn path=/trunk/; revision=27996
Diffstat (limited to 'tap-rtp-common.c')
-rw-r--r--tap-rtp-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tap-rtp-common.c b/tap-rtp-common.c
index de49e03d20..b90725adf7 100644
--- a/tap-rtp-common.c
+++ b/tap-rtp-common.c
@@ -204,7 +204,7 @@ int rtpstream_packet(void *arg, packet_info *pinfo, epan_dissect_t *edt _U_, con
tmp_strinfo.info_payload_type_str = rtpinfo->info_payload_type_str;
if (tapinfo->mode == TAP_ANALYSE) {
- /* check wether we already have a stream with these parameters in the list */
+ /* check whether we already have a stream with these parameters in the list */
list = g_list_first(tapinfo->strinfo_list);
while (list)
{