diff --git a/docs/scripting.xml b/docs/scripting.xml
index cb3391b60..83e74fee7 100644
--- a/docs/scripting.xml
+++ b/docs/scripting.xml
@@ -458,8 +458,8 @@ categories.
the option .
- Calling -A the agressive mode is somewhat confusing.
- You might call it "advanced/agressive" mode to differentiate it
+ Calling -A the aggressive mode is somewhat confusing.
+ You might call it "advanced/aggressive" mode to differentiate it
from -T4.
@@ -1860,7 +1860,7 @@ if(s) code_to_be_done_on_match end
service_tunnel
- Contains the string none or ssl based on whether or not Nmap used SSL tunnelling to detect the service.
+ Contains the string none or ssl based on whether or not Nmap used SSL tunneling to detect the service.
@@ -3458,7 +3458,7 @@ end
string library helps you with functions used to manipulate
strings inside Lua. Functions include: printf-style
- string formating, pattern matching using Lua-style patterns,
+ string formatting, pattern matching using Lua-style patterns,
substring extraction, etc.
@@ -3500,14 +3500,14 @@ also get stored inside the registry.
Inside script.db, for each category of a script,
there is a call to Entry. If the category was chosen
then the script is loaded. Every argument of
- that could not be interpretted as a category
+ that could not be interpreted as a category
is loaded as a file or directory. If the file or directory could not
be located, then an error is raised and the Script Engine aborts.
All the .nse files inside a loaded directory are
- loaded as files. Each file loaded is exectuted in Lua. If a
+ loaded as files. Each file loaded is executed in Lua. If a
portrule is present, then it is saved in the
porttests table with a portrule key and file
closure value. Otherwise, if the script has a hostrule
@@ -3543,7 +3543,7 @@ passed to mainloop where the real work begins.
Running Scripts
- Fixed up the intro sentance.
+ Fixed up the intro sentence.
Nmap is able to perform NSE script scanning in parallel by