]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix a typo
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 22 Apr 2023 09:00:31 +0000 (11:00 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 22 Apr 2023 09:00:31 +0000 (11:00 +0200)
[skip ci]

print-nhrp.c

index bc462b7400f7924d9371eac215606f4b20feaa76..800d5c53425d18a039015ada7be3cd6ce475cab3 100644 (file)
@@ -227,7 +227,7 @@ nhrp_print(netdissect_options *ndo, const u_char *bp, u_int length)
        /*
         * Mandatory part length.
         * We already know that pktsz is large enough for the fixed
-        * header and the fixed part of the mandatory heaer.
+        * header and the fixed part of the mandatory header.
         */
        if (extoff == 0) {
                mand_part_len = pktsz - sizeof(*fixed_hdr);