summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-04-22 11:00:31 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2023-04-22 11:00:31 +0200
commit5c13f551fa9b08396f4b385c6b16447f718a518b (patch)
tree9542df77bd460f443dcf813baef7801d2cb95030
parent113ed15b7ecae4a3523454344f9b3438ea97fdc7 (diff)
downloadtcpdump-5c13f551fa9b08396f4b385c6b16447f718a518b.tar.gz
Fix a typo
[skip ci]
-rw-r--r--print-nhrp.c2
1 files changed, 1 insertions, 1 deletions
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);