diff --git a/docs/scripting.xml b/docs/scripting.xml
index 45f5682b1..421aedad1 100644
--- a/docs/scripting.xml
+++ b/docs/scripting.xml
@@ -271,7 +271,7 @@ and vuln. Category names are not case sensitive. The follow
We don't have exact thresholds for each of these criteria,
and many of them are subjective. All of these factors are
considered together when making a decision whether to promote a
- script into the default category. A few default scritps are identd-owners (determines the username running remote services using identd), http-auth (obtains authentication scheme and realm of web sites requiring authentication), and ftp-anon (tests whether an FTP server allows anonymous access).
+ script into the default category. A few default scripts are identd-owners (determines the username running remote services using identd), http-auth (obtains authentication scheme and realm of web sites requiring authentication), and ftp-anon (tests whether an FTP server allows anonymous access).
@@ -324,7 +324,7 @@ and vuln. Category names are not case sensitive. The follow
are http-open-proxy (which attempts to
use the target server as an HTTP proxy)
and snmp-brute (which tries to guess a
- device's SNMP comunity string by sending common values
+ device's SNMP community string by sending common values
such
as public, private,
and cisco).
@@ -796,7 +796,7 @@ action refer to .
This section lists (alphabetically) all NSE scripts packaged
- with Nmap as the time of this writing. It comes straight from the
+ with Nmap at the time of this writing. It comes straight from the
script source code thanks to the NSEDoc documentation system
described in . Of course no
paper documentation can stay current with software developed as
@@ -1519,7 +1519,7 @@ try(socket:send(result))
The description field should contain a sentence or two describing what the script does. If anything about the script results might confuse or mislead users, and you can't eliminate the issue by improving the script or results text, it should be documented in the description string.
-identd-owners
+identd-owners script
“description” script variable
description = [[
@@ -2096,7 +2096,7 @@ end
Example Script
- finger.nse
+ finger script
The finger script (finger.nse) is a perfect
example of how short typical NSE scripts are.