Skip to content

Commit c400801

Browse files
committed
Fix a few typos in comments
[skip ci]
1 parent 7c01b1d commit c400801

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/Modules/FindPCAP.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ if(WIN32)
7474
# API-compatible Mode", so the wpcap.dll in \Windows\System32
7575
# is a WinPcap DLL, but we'd prefer an Npcap DLL (we should
7676
# work with either one if we're configured against WinPcap,
77-
# and we'll probably require Npcap if we're configured againt
77+
# and we'll probably require Npcap if we're configured against
7878
# it), and that's in \Windows\System32\Npcap;
7979
#
8080
# 3) Npcap is installed in "WinPcap API-compatible Mode", so both

tcpdump.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1450,7 +1450,7 @@ main(int argc, char **argv)
14501450
* API-compatible Mode", so the wpcap.dll in \Windows\System32
14511451
* is a WinPcap DLL, but we'd prefer an Npcap DLL (we should
14521452
* work with either one if we're configured against WinPcap,
1453-
* and we'll probably require Npcap if we're configured againt
1453+
* and we'll probably require Npcap if we're configured against
14541454
* it), and that's in \Windows\System32\Npcap;
14551455
*
14561456
* 3) Npcap is installed in "WinPcap API-compatible Mode", so both

0 commit comments

Comments
 (0)