diff --git a/scripts/hostmap.nse b/scripts/hostmap.nse index 7153aacb0..c6d8b10f4 100644 --- a/scripts/hostmap.nse +++ b/scripts/hostmap.nse @@ -60,7 +60,7 @@ action = function(host) response = http.get(HOSTMAP_SERVER, 80, query) if not response.status then - return string.format("Error: ould not GET http://%s%s", HOSTMAP_SERVER, query) + return string.format("Error: could not GET http://%s%s", HOSTMAP_SERVER, query) end local hostnames = {}