aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iax2.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-10-15 02:39:06 +0000
committerBill Meier <wmeier@newsguy.com>2009-10-15 02:39:06 +0000
commitd4a921730b50c948ea3654c86afa551997c74b9a (patch)
tree35f24292773b2f13531e2df0485d73d143880ef0 /epan/dissectors/packet-iax2.c
parent35aaccb36c4e1618661eff322585294490b45c41 (diff)
(Trivial) Fix a typo in a comment
svn path=/trunk/; revision=30560
Diffstat (limited to 'epan/dissectors/packet-iax2.c')
-rw-r--r--epan/dissectors/packet-iax2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-iax2.c b/epan/dissectors/packet-iax2.c
index 222b1f9891..6b615e565b 100644
--- a/epan/dissectors/packet-iax2.c
+++ b/epan/dissectors/packet-iax2.c
@@ -1790,7 +1790,7 @@ dissect_minipacket (tvbuff_t * tvb, guint32 offset, guint16 scallno, packet_info
dissect_payload(tvb, offset, pinfo, iax2_tree, main_tree, ts, FALSE, iax_packet);
- /* next time we come to parse this packet, don't propogate the codec into the
+ /* next time we come to parse this packet, don't propagate the codec into the
* call_data */
iax_packet->first_time = FALSE;