From: Francois-Xavier Le Bail Date: Wed, 28 Feb 2024 12:47:53 +0000 (+0100) Subject: Fix some typos X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/cf78babcbf6cd06854ccb883d50daec8d74c1176 Fix some typos [skip ci] --- diff --git a/CHANGES b/CHANGES index 2a2e5b23..7fc2dfd1 100644 --- a/CHANGES +++ b/CHANGES @@ -22,7 +22,7 @@ DayOfTheWeek, Month DD, YYYY / The Tcpdump Group NTP: Check that the entire extension field is in the capture even if it isn't printed MPTCP: parse MPC data_len field, print flags from MP_CAPABLE option. - OSPF: Fix printing of Traffic Engineering Link TLVs to correcly + OSPF: Fix printing of Traffic Engineering Link TLVs to correctly advance the packet data pointer OSPF: Print more truncation indications OSPF: Add more length checks diff --git a/print-ntp.c b/print-ntp.c index 5f6368f1..cab62d36 100644 --- a/print-ntp.c +++ b/print-ntp.c @@ -589,7 +589,7 @@ p_ext_fields(netdissect_options *ndo, const u_char *cp, u_int length) p_ntp_ef(ndo, ef_type, ef_len, (const u_char *)(ef + 1)); /* - * The entire extension field is guaranted to be in the + * The entire extension field is guaranteed to be in the * captured data, as p_ntp_ef() will longjmp out if it * isn't. *