mirror of
https://github.com/nmap/nmap.git
synced 2026-06-20 07:29:59 +00:00
Fixed a misspelling.
This commit is contained in:
parent
32f6181224
commit
f08596bf49
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue