1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-02 12:59:02 +00:00

Fixed a misspelling.

This commit is contained in:
batrick
2008-12-09 01:37:10 +00:00
parent 32f6181224
commit f08596bf49

View File

@@ -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