aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/mcast_stream.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 /gtk/mcast_stream.c
parent0beccd173fb12cab957bfbf7e170b51d39b259e4 (diff)
(Trivial) Fix some spelling & etc in comments
svn path=/trunk/; revision=27996
Diffstat (limited to 'gtk/mcast_stream.c')
-rw-r--r--gtk/mcast_stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/mcast_stream.c b/gtk/mcast_stream.c
index db91af9265..b8f7920116 100644
--- a/gtk/mcast_stream.c
+++ b/gtk/mcast_stream.c
@@ -180,7 +180,7 @@ static int mcaststream_packet(void *arg, packet_info *pinfo, epan_dissect_t *edt
(strncmp("3333", bytes_to_str(pinfo->dl_dst.data, pinfo->dl_dst.len), 4) != 0)) )
return 0;
- /* 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)
{