mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Fixed a typo.
This commit is contained in:
parent
32c5bbf7f4
commit
080f592e89
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue