]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix a few typos in comments
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 12 Oct 2024 12:21:51 +0000 (14:21 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 12 Oct 2024 12:29:07 +0000 (14:29 +0200)
[skip ci]

cmake/Modules/FindPCAP.cmake
tcpdump.c

index 596f2909ee03a1f4b182592abb083026d43814dc..e27709256f72ee45e1a22a3ea7378608d306064c 100644 (file)
@@ -74,7 +74,7 @@ if(WIN32)
     #     API-compatible Mode", so the wpcap.dll in \Windows\System32
     #     is a WinPcap DLL, but we'd prefer an Npcap DLL (we should
     #     work with either one if we're configured against WinPcap,
-    #     and we'll probably require Npcap if we're configured againt
+    #     and we'll probably require Npcap if we're configured against
     #     it), and that's in \Windows\System32\Npcap;
     #
     #  3) Npcap is installed in "WinPcap API-compatible Mode", so both
index 7484ae4c4bc3c3e8b2cff20ef76cc160f14ee1fb..181bc209970050cbd154a65da1c451aec7c0df1e 100644 (file)
--- a/tcpdump.c
+++ b/tcpdump.c
@@ -1450,7 +1450,7 @@ main(int argc, char **argv)
         *     API-compatible Mode", so the wpcap.dll in \Windows\System32
         *     is a WinPcap DLL, but we'd prefer an Npcap DLL (we should
         *     work with either one if we're configured against WinPcap,
-        *     and we'll probably require Npcap if we're configured againt
+        *     and we'll probably require Npcap if we're configured against
         *     it), and that's in \Windows\System32\Npcap;
         *
         *  3) Npcap is installed in "WinPcap API-compatible Mode", so both