aboutsummaryrefslogtreecommitdiffstats
path: root/tap-rtp-common.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-04-08 13:41:30 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-04-08 13:41:30 +0000
commit442ab6a175516d91755714d98fba3aa02b651178 (patch)
tree8452f326fe422f58ce23b34cc250db27fd0082de /tap-rtp-common.c
parentc8b2303b50432a91e9f4d7e06722fe6163b58178 (diff)
(Trivial) Fix some spelling & etc in comments
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27996 f5534014-38df-0310-8fa8-9805f1628bb7
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)
{