]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix some typos
authorFrancois-Xavier Le Bail <[email protected]>
Wed, 28 Feb 2024 12:47:53 +0000 (13:47 +0100)
committerFrancois-Xavier Le Bail <[email protected]>
Wed, 28 Feb 2024 12:48:02 +0000 (13:48 +0100)
[skip ci]

CHANGES
print-ntp.c

diff --git a/CHANGES b/CHANGES
index 2a2e5b23cc91fcd0674e42d71d782ec484731ca8..7fc2dfd14b83161704f8418ed10ba1a25b96a3d8 100644 (file)
--- 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
index 5f6368f14fadbe0caa55f051cddf9b94f05a95d5..cab62d367f6ca18f68e835b81a237eaa958d327d 100644 (file)
@@ -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.
                 *