1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 14:11:29 +00:00

Fixed a typo.

This commit is contained in:
batrick
2009-08-07 22:58:45 +00:00
parent 32c5bbf7f4
commit 080f592e89

View File

@@ -1056,7 +1056,7 @@ action refer to <xref linkend="nse-tutorial-action"/>.
<sect2 id="hacking-nse-libraries">
<title>Hacking NSE Libraries</title>
<para>
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