From f8c32e09710c51da090aeea74ea9a74996899f3f Mon Sep 17 00:00:00 2001 From: david Date: Sat, 16 Oct 2010 17:47:36 +0000 Subject: [PATCH] Fix a typo found by Gutek. --- scripts/hostmap.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {}