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:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user