aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/voip_calls.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/voip_calls.c
parent0beccd173fb12cab957bfbf7e170b51d39b259e4 (diff)
(Trivial) Fix some spelling & etc in comments
svn path=/trunk/; revision=27996
Diffstat (limited to 'gtk/voip_calls.c')
-rw-r--r--gtk/voip_calls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/voip_calls.c b/gtk/voip_calls.c
index a92763ca43..f687d1cc2f 100644
--- a/gtk/voip_calls.c
+++ b/gtk/voip_calls.c
@@ -498,7 +498,7 @@ RTP_packet(void *ptr _U_, packet_info *pinfo, epan_dissect_t *edt _U_, void cons
add_rtp_packet(pi, pinfo);
#endif
- /* check wether we already have a RTP stream with this setup frame and ssrc in the list */
+ /* check whether we already have a RTP stream with this setup frame and ssrc in the list */
list = g_list_first(tapinfo->list);
while (list)
{