From 9b28f5ecc504229c73fe9d284a64b1ce2bab86c8 Mon Sep 17 00:00:00 2001 From: fyodor Date: Wed, 28 Feb 2007 21:03:24 +0000 Subject: [PATCH] typo fix --- NmapOps.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NmapOps.cc b/NmapOps.cc index c39fc6b85..dbf84c27d 100644 --- a/NmapOps.cc +++ b/NmapOps.cc @@ -293,7 +293,7 @@ bool NmapOps::RawScan() { void NmapOps::ValidateOptions() { #ifdef WIN32 - const char *privreq = "that WinPcap version 3.1 or higher and iphlpapi.dll be installed. You seem to be missing one or both of these. Winpcap is available from http://www.winpcap.org. iphlpapi.dll comes with Win98 and later operating sytems and NT 4.0 with SP4 or greater. For previous windows versions, you may be able to take iphlpapi.dll from anotyer system and place it in your system32 dir (e.g. c:\\windows\\system32)"; + const char *privreq = "that WinPcap version 3.1 or higher and iphlpapi.dll be installed. You seem to be missing one or both of these. Winpcap is available from http://www.winpcap.org. iphlpapi.dll comes with Win98 and later operating sytems and NT 4.0 with SP4 or greater. For previous windows versions, you may be able to take iphlpapi.dll from another system and place it in your system32 dir (e.g. c:\\windows\\system32)"; #else const char *privreq = "root privileges"; #endif