From d1a4984d8deb082a00134bfe2b55dd28cf51ffa1 Mon Sep 17 00:00:00 2001 From: batrick Date: Sat, 16 Jan 2010 01:38:38 +0000 Subject: [PATCH] Fixed a typo. --- nselib/nmap.luadoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/nmap.luadoc b/nselib/nmap.luadoc index 11111496f..529644605 100644 --- a/nselib/nmap.luadoc +++ b/nselib/nmap.luadoc @@ -186,7 +186,7 @@ function mutex(object) -- NSE maintains a weak reference to the Condition Variable so other calls to -- nmap.condvar with the same object will return the same function (Condition -- Variable); however, if you discard your reference to the Condition --- Variable then it may be collected; and, Subsequent calls to nmap.condvar with +-- Variable then it may be collected; and, subsequent calls to nmap.condvar with -- the object will return a different Condition Variable function! -- -- In NSE, Condition Variables are typically used to coordinate with threads