From 3e886664ba3d2345bb4563acaecb939185d5ba5a Mon Sep 17 00:00:00 2001 From: dmiller Date: Mon, 20 Jan 2020 15:02:28 +0000 Subject: [PATCH] Fix a typo --- nselib/comm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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