1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00

Fix a typo in MACLookup.cc: corolation -> correlation.

This commit is contained in:
david
2008-03-31 23:05:53 +00:00
parent 507e720217
commit 1b7063ee73

View File

@@ -150,7 +150,7 @@ static void mac_prefix_init() {
/* Now it is time to read in all of the entries ... */
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;
}