]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-rx.c
Handle rpcaps:// URLs as well, for rpcap-over-TLS.
[tcpdump] / print-rx.c
index 0eaca18944ef291468e83da92330c0a5b80251d6..3a2a51a064a8612b628bddc0f431e8804f541d75 100644 (file)
@@ -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