summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-h223.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-h223.c')
-rw-r--r--epan/dissectors/packet-h223.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-h223.c b/epan/dissectors/packet-h223.c
index 1424493aa3..ef90856066 100644
--- a/epan/dissectors/packet-h223.c
+++ b/epan/dissectors/packet-h223.c
@@ -1324,7 +1324,7 @@ dissect_h223_common(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, circuit
* PDU.
*
* However, if we return that, it means that we get called twice
- * for the next packet; this makes it hard to tell how far throught
+ * for the next packet; this makes it hard to tell how far through
* the stream we are and we have to start messing about with
* getting the seqno from the superdissector's private data. So we
* don't do that.