mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 08:46:45 +00:00
Fix a typo
This commit is contained in:
parent
b1620387ba
commit
3e886664ba
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue