mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Fix a typo found by Gutek.
This commit is contained in:
parent
703e00d65d
commit
f8c32e0971
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue