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:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user