diff --git a/nselib/comm.lua b/nselib/comm.lua index 4480f69f0..790643dad 100644 --- a/nselib/comm.lua +++ b/nselib/comm.lua @@ -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