summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlxy <391861737@qq.com>2019-11-25 16:41:49 +0800
committerGuy Harris <guy@alum.mit.edu>2019-11-28 17:32:48 -0800
commit2c8a8a1d10732cf3f1ac9fb8c85183873d84d74e (patch)
tree20eb7acefb419135194c44bd3cfe549da337decc
parent89bb57d210a126d60047ff0f235868ceafc76e9b (diff)
downloadlibpcap-2c8a8a1d10732cf3f1ac9fb8c85183873d84d74e.tar.gz
Fix a typo
(cherry picked from commit 452002b25de5c2df6ed0855f5e7bc43d918c1a20)
-rw-r--r--doc/README.Win32.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.Win32.md b/doc/README.Win32.md
index cb569084..86010b82 100644
--- a/doc/README.Win32.md
+++ b/doc/README.Win32.md
@@ -187,7 +187,7 @@ Run the command
cmake "-DPacket_ROOT={path-to-sdk}" {path-to-libpcap-source}
-where {path-to-sdk} is the path of the directory cntaining the Npcap or
+where {path-to-sdk} is the path of the directory containing the Npcap or
WinPcap SDK and {path-to-libpcap-source} is the pathname of the
top-level source directory for libpcap.