From a433cc08edfe6c31aa5f43877faca1a0a2d2f776 Mon Sep 17 00:00:00 2001 From: henri Date: Wed, 11 May 2011 14:21:07 +0000 Subject: [PATCH] Fixed typo --- nselib/stdnse.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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