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)