aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppi-vector.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-09-16 09:43:06 -0400
committerBill Meier <wmeier@newsguy.com>2014-09-16 13:51:51 +0000
commitb14bf98c06dbf1324c63dee633a025d251391601 (patch)
treee651a83276691804040c175ae8c2d52f2e466af1 /epan/dissectors/packet-ppi-vector.c
parentfee9277d76d507d276ad9875eae2bc716341e446 (diff)
Fix spelling: cant-->can't, wont-->won't, etc
Change-Id: I4497f1b8b6eab0e576d9dd31b732965f9a6679c6 Reviewed-on: https://code.wireshark.org/review/4124 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/dissectors/packet-ppi-vector.c')
-rw-r--r--epan/dissectors/packet-ppi-vector.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ppi-vector.c b/epan/dissectors/packet-ppi-vector.c
index 9f126a99ce..28ddc5ced8 100644
--- a/epan/dissectors/packet-ppi-vector.c
+++ b/epan/dissectors/packet-ppi-vector.c
@@ -728,7 +728,7 @@ dissect_ppi_vector_v2(tvbuff_t *tvb, packet_info *pinfo, int offset, gint length
if (flags & PPI_VECTOR_VFLAGS_DEFINES_FORWARD)
proto_item_append_text(vector_line, " (Forward)");
- /* Intentionally dont upset offset, length_remaining. This is taken care of in the normal vflags parser below*/
+ /* Intentionally don't upset offset, length_remaining. This is taken care of in the normal vflags parser below*/
}
else /* No vflags means vlfags defaults to zero. RelativeTo: Forward */
{
@@ -747,7 +747,7 @@ dissect_ppi_vector_v2(tvbuff_t *tvb, packet_info *pinfo, int offset, gint length
{
/* Mark the most interesting characteristics on the vector dropdown line */
annotate_vector_chars(chars, vector_line);
- /* Intentionally dont update offset, length_remaining. This is taken care of in the normal vchars parser below*/
+ /* Intentionally don't update offset, length_remaining. This is taken care of in the normal vchars parser below*/
}
/* Now all of the fixed length, fixed location stuff is over. Loop over the bits */