From 1b7063ee73bf5ba3fc6669dc5f83dac83a3225cc Mon Sep 17 00:00:00 2001 From: david Date: Mon, 31 Mar 2008 23:05:53 +0000 Subject: [PATCH] Fix a typo in MACLookup.cc: corolation -> correlation. --- MACLookup.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MACLookup.cc b/MACLookup.cc index 126262e6a..c06f9dca7 100644 --- a/MACLookup.cc +++ b/MACLookup.cc @@ -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; }