mirror of
https://github.com/nmap/nmap.git
synced 2025-12-08 13:41:29 +00:00
Fix a typo found by Gutek.
This commit is contained in:
@@ -60,7 +60,7 @@ action = function(host)
|
|||||||
|
|
||||||
response = http.get(HOSTMAP_SERVER, 80, query)
|
response = http.get(HOSTMAP_SERVER, 80, query)
|
||||||
if not response.status then
|
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
|
end
|
||||||
|
|
||||||
local hostnames = {}
|
local hostnames = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user