1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-27 01:49:03 +00:00

Typo fix.

This commit is contained in:
david
2010-12-13 18:16:06 +00:00
parent 008a43e7e0
commit fffe597ece

View File

@@ -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