]> The Tcpdump Group git mirrors - tcpdump/blobdiff - print-resp.c
Merge pull request #703 from nmap/update-gitignore
[tcpdump] / print-resp.c
index 47f1eb3d9f88bbb662fe12919205e0187dbe9a1f..6529c745ea037f1f932cf3962e2d130e84a53b91 100644 (file)
@@ -434,7 +434,7 @@ resp_print_inline(netdissect_options *ndo, const u_char *bp, int length) {
 
     /*
      * Found it; bp_ptr points to the \r or \n, so bp_ptr - bp is the
-     * Length of the line text that preceeds it.  Print it.
+     * Length of the line text that precedes it.  Print it.
      */
     len = (bp_ptr - bp);
     RESP_PRINT_SEGMENT(ndo, bp, len);