mirror of
https://github.com/nmap/nmap.git
synced 2026-05-14 01:07:08 +00:00
Typo fix.
This commit is contained in:
parent
008a43e7e0
commit
fffe597ece
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue