From a59056e29e109ca3b01f408152caa058ff1746d7 Mon Sep 17 00:00:00 2001 From: gyani Date: Fri, 10 Jul 2015 17:06:28 +0000 Subject: [PATCH] Fixed a spelling mistake. --- scripts/ssl-enum-ciphers.nse | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ssl-enum-ciphers.nse b/scripts/ssl-enum-ciphers.nse index 9830f5d05..5e58ed070 100644 --- a/scripts/ssl-enum-ciphers.nse +++ b/scripts/ssl-enum-ciphers.nse @@ -907,7 +907,7 @@ end action = function(host, port) 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 local results = {}