1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 12:41:29 +00:00

Fix a couple of typos.

This commit is contained in:
david
2010-09-04 01:10:56 +00:00
parent 6335f423b0
commit 5246761a67

View File

@@ -236,7 +236,7 @@ void win_init()
if(o.debugging) if(o.debugging)
printf("Winpcap present, dynamic linked to: %s\n", pcap_lib_version()); printf("Winpcap present, dynamic linked to: %s\n", pcap_lib_version());
/* o.is00t will be false at this point if the used asked for /* o.isr00t will be false at this point if the user asked for
--unprivileged. In that case don't bother them with a --unprivileged. In that case don't bother them with a
potential UAC dialog when starting NPF. */ potential UAC dialog when starting NPF. */
if (o.isr00t) if (o.isr00t)