mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 21:51:28 +00:00
Fix a typo in MACLookup.cc: corolation -> correlation.
This commit is contained in:
@@ -150,7 +150,7 @@ static void mac_prefix_init() {
|
|||||||
|
|
||||||
/* Now it is time to read in all of the entries ... */
|
/* Now it is time to read in all of the entries ... */
|
||||||
if (nmap_fetchfile(filename, sizeof(filename), "nmap-mac-prefixes") != 1){
|
if (nmap_fetchfile(filename, sizeof(filename), "nmap-mac-prefixes") != 1){
|
||||||
error("Cannot find nmap-mac-prefixes: Ethernet vendor corolation will not be performed");
|
error("Cannot find nmap-mac-prefixes: Ethernet vendor correlation will not be performed");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user