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

Fix a typo found by Gutek.

This commit is contained in:
david
2010-10-16 17:47:36 +00:00
parent 703e00d65d
commit f8c32e0971

View File

@@ -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 = {}