From 452002b25de5c2df6ed0855f5e7bc43d918c1a20 Mon Sep 17 00:00:00 2001 From: lxy <391861737@qq.com> Date: Mon, 25 Nov 2019 16:41:49 +0800 Subject: [PATCH] Fix a typo --- doc/README.Win32.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/README.Win32.md b/doc/README.Win32.md index cb56908474..86010b8296 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.