aboutsummaryrefslogtreecommitdiffstats
path: root/epan/reassemble.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2014-09-16 11:25:17 -0400
committerBill Meier <wmeier@newsguy.com>2014-09-16 15:31:58 +0000
commita379ac74d27a094cd89b0fc0f5196c46052f5a9f (patch)
tree662a038427bf7c82167703e4a3838a87dda0400b /epan/reassemble.c
parentb14bf98c06dbf1324c63dee633a025d251391601 (diff)
Fix spelling: cant-->can't, wont-->won't, etc
Change-Id: Ia6c3e7a25615bf8e052c3bacf096d76df775c9c2 Reviewed-on: https://code.wireshark.org/review/4126 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'epan/reassemble.c')
-rw-r--r--epan/reassemble.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/reassemble.c b/epan/reassemble.c
index 87b8e9b879..b4d1daa3fe 100644
--- a/epan/reassemble.c
+++ b/epan/reassemble.c
@@ -1021,7 +1021,7 @@ fragment_add_work(fragment_head *fd_head, tvbuff_t *tvb, const int offset,
if( !(fd_head->flags & FD_DATALEN_SET) ){
- /* if we dont know the datalen, there are still missing
+ /* if we don't know the datalen, there are still missing
* packets. Cheaper than the check below.
*/
return FALSE;
@@ -1737,7 +1737,7 @@ fragment_add_seq_work(fragment_head *fd_head, tvbuff_t *tvb, const int offset,
if( !(fd_head->flags & FD_DATALEN_SET) ){
- /* if we dont know the sequence number of the last fragment,
+ /* if we don't know the sequence number of the last fragment,
* there are definitely still missing packets. Cheaper than
* the check below.
*/