mirror of
https://github.com/nmap/nmap.git
synced 2025-12-27 01:49:03 +00:00
Typo fix.
This commit is contained in:
@@ -115,7 +115,7 @@ action = function( host, port )
|
||||
local response = http.generic_request( host, port, method, path, { no_cache = true } )
|
||||
|
||||
if ( response.status ~= 401 ) then
|
||||
return (" \n Path \"%s\" does not require autentication"):format(path)
|
||||
return (" \n Path \"%s\" does not require authentication"):format(path)
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user