From 9ea3e1b265f226ca5e51f87e5d97740718f46dbc Mon Sep 17 00:00:00 2001 From: Denis Ovsienko Date: Wed, 1 Aug 2018 14:06:33 +0100 Subject: Fix some spelling in comments. [skip ci] --- print-rx.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print-rx.c') 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 -- cgit v1.2.1