1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 02:19:04 +00:00

Fixes typo

This commit is contained in:
paulino
2017-09-05 00:08:43 +00:00
parent 62810c3dbf
commit f14ca55a33

View File

@@ -109,6 +109,6 @@ function action (host, port)
local _, result = engine:start()
return result
else
return "Password authenication not allowed"
return "Password authentication not allowed"
end
end