From: Francois-Xavier Le Bail Date: Sat, 12 Oct 2024 12:21:51 +0000 (+0200) Subject: Fix a few typos in comments X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/c4008014a9ca39bf20762a2409da537c1259a0bb Fix a few typos in comments [skip ci] --- diff --git a/cmake/Modules/FindPCAP.cmake b/cmake/Modules/FindPCAP.cmake index 596f2909..e2770925 100644 --- a/cmake/Modules/FindPCAP.cmake +++ b/cmake/Modules/FindPCAP.cmake @@ -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 diff --git a/tcpdump.c b/tcpdump.c index 7484ae4c..181bc209 100644 --- 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