diff --git a/nselib/stdnse.lua b/nselib/stdnse.lua index cd90307d0..cf6b4fa02 100644 --- a/nselib/stdnse.lua +++ b/nselib/stdnse.lua @@ -578,7 +578,7 @@ end -- --@param status A boolean value dictating whether or not the script succeeded. -- If status is false, and debugging is enabled, 'ERROR' is prepended --- to every line. If status is false and ebugging is disabled, no output +-- to every line. If status is false and debugging is disabled, no output -- occurs. --@param data The table of output. --@param indent Used for indentation on recursive calls; should generally be set to