1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-24 00:19:01 +00:00

Fixed a spelling mistake.

This commit is contained in:
gyani
2015-07-10 17:06:28 +00:00
parent 2d1251329f
commit a59056e29e

View File

@@ -907,7 +907,7 @@ end
action = function(host, port) action = function(host, port)
if not have_ssl then if not have_ssl then
stdnse.verbose("OpenSSL not available; some cipher scores will be unkown.") stdnse.verbose("OpenSSL not available; some cipher scores will be marked as unknown.")
end end
local results = {} local results = {}