summaryrefslogtreecommitdiff
path: root/print-rx.c
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2018-08-01 14:06:33 +0100
committerDenis Ovsienko <denis@ovsienko.info>2018-08-01 14:06:33 +0100
commit9ea3e1b265f226ca5e51f87e5d97740718f46dbc (patch)
tree79fb2b2c908cc07d2d6f34c5fcf3dfb6ce742250 /print-rx.c
parent2c070e974313be2dfdff074bf395324c3adc4673 (diff)
downloadtcpdump-9ea3e1b265f226ca5e51f87e5d97740718f46dbc.tar.gz
Fix some spelling in comments.
[skip ci]
Diffstat (limited to 'print-rx.c')
-rw-r--r--print-rx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-rx.c b/print-rx.c
index 0eaca189..3a2a51a0 100644
--- a/print-rx.c
+++ b/print-rx.c
@@ -2791,7 +2791,7 @@ rx_ack_print(netdissect_options *ndo,
* the range (such as an nacked packet in
* the middle of some acked packets),
* then print the current packet number
- * seperated from the last number by
+ * separated from the last number by
* a comma.
*/
@@ -2814,7 +2814,7 @@ rx_ack_print(netdissect_options *ndo,
* we hit a nack ... in _this_ case we
* want to print out the range of packets
* that were acked, so we need to print
- * the _previous_ packet number seperated
+ * the _previous_ packet number separated
* from the first by a dash (-). Since we
* already printed the first packet above,
* just print the final packet. Don't