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