aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-wcp.c')
-rw-r--r--epan/dissectors/packet-wcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-wcp.c b/epan/dissectors/packet-wcp.c
index 97db350d83..a4cc280ef0 100644
--- a/epan/dissectors/packet-wcp.c
+++ b/epan/dissectors/packet-wcp.c
@@ -491,7 +491,7 @@ static tvbuff_t *wcp_uncompress( tvbuff_t *src_tvb, int offset, packet_info *pin
}
/*
- * XXX - this will thow an exception if a snapshot length cut short
+ * XXX - this will throw an exception if a snapshot length cut short
* the data. We may want to try to dissect the data in that case,
* and we may even want to try to decompress it, *but* we will
* want to mark the buffer of decompressed data as incomplete, so
@@ -608,7 +608,7 @@ static tvbuff_t *wcp_uncompress( tvbuff_t *src_tvb, int offset, packet_info *pin
/*
* This is the first pass through
* the packets, so copy it to the
- * buffer of unco,pressed data.
+ * buffer of uncompressed data.
*/
*dst = *src;
if ( dst++ == buf_end)