From 5c13f551fa9b08396f4b385c6b16447f718a518b Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Sat, 22 Apr 2023 11:00:31 +0200 Subject: Fix a typo [skip ci] --- print-nhrp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/print-nhrp.c b/print-nhrp.c index bc462b74..800d5c53 100644 --- a/print-nhrp.c +++ b/print-nhrp.c @@ -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); -- cgit v1.2.1