From 080f592e8912d89724e6dfddb3657da408c34af1 Mon Sep 17 00:00:00 2001 From: batrick Date: Fri, 7 Aug 2009 22:58:45 +0000 Subject: [PATCH] Fixed a typo. --- docs/scripting.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scripting.xml b/docs/scripting.xml index 5f923dfba..858235e7b 100644 --- a/docs/scripting.xml +++ b/docs/scripting.xml @@ -1056,7 +1056,7 @@ action refer to . Hacking NSE Libraries - Libraries often accidently make use of globals variables when local + Libraries often accidentally make use of globals variables when local scope was intended. Two or more scripts that make use of library functions which unintentionally use the same global variable will find that variable constantly rewritten. This is a serious bug that