1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Fix a typo

This commit is contained in:
dmiller
2020-01-20 15:02:28 +00:00
parent b1620387ba
commit 3e886664ba

View File

@@ -153,7 +153,7 @@ exchange = function(host, port, data, opts)
sock:close()
return oops.raise("Faield to read", status, ret)
return oops.raise("Failed to read", status, ret)
end
--- This function uses shortport.ssl to check if the port is a likely SSL port