From f6f61ecf83ed35ed3a4d87961ab25945f173061e Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 30 Mar 2009 20:25:45 +0000 Subject: [PATCH] typos in docs/comments: if->is and alse->false --- scripts/smb-check-vulns.nse | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/smb-check-vulns.nse b/scripts/smb-check-vulns.nse index 345336bc6..053d387f3 100644 --- a/scripts/smb-check-vulns.nse +++ b/scripts/smb-check-vulns.nse @@ -101,7 +101,7 @@ local NOTRUN = 4 -- tests I did, it crashed once. This is not a guarantee. -- --@param host The host object. ---@return (status, result) If status if alse, result is an error code; otherwise, result is either +--@return (status, result) If status is false, result is an error code; otherwise, result is either -- VULNERABLE for vulnerable, PATCHED for not vulnerable, -- UNKNOWN if there was an error (likely vulnerable), and NOTRUN -- if this check was disabled. @@ -208,7 +208,7 @@ end -- The crash occurs when the string sent to winreg_enumkey() function is null. -- --@param host The host object. ---@return (status, result) If status if alse, result is an error code; otherwise, result is either +--@return (status, result) If status is false, result is an error code; otherwise, result is either -- VULNERABLE for vulnerable or PATCHED for not vulnerable. If the check -- was skipped, NOTRUN is returned. function check_winreg_Enum_crash(host)