From f08596bf492486698a441e81e7d8553e187cb42a Mon Sep 17 00:00:00 2001 From: batrick Date: Tue, 9 Dec 2008 01:37:10 +0000 Subject: [PATCH] Fixed a misspelling. --- nselib/nmap.luadoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/nmap.luadoc b/nselib/nmap.luadoc index abd4c5408..6cf4861d1 100644 --- a/nselib/nmap.luadoc +++ b/nselib/nmap.luadoc @@ -166,7 +166,7 @@ function mutex(object) -- This function returns another function, an exception handler. The returned -- function takes a variable number of arguments, which are assumed to be the -- return values of another function. It checks the return values for an --- exception, which is signalled when the first return value is false. If there +-- exception, which is signaled when the first return value is false. If there -- is an exception, the script will stop immediately and produce no output. An -- optional handler function can be called before the script is stopped. In the -- error handler function you can perform any clean-up operations, such as