1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-02 12:59:02 +00:00

Fix a typo in nmap.luadoc.

This commit is contained in:
david
2008-11-20 17:27:05 +00:00
parent 47c268568d
commit 041e39f88a

View File

@@ -107,7 +107,7 @@ function set_port_state(host, port, state)
-- <code>"hardmatched"</code> is almost always used, as it signifies a
-- successful match. The other possible states are generally only used for
-- standard version detection rather than the NSE enhancement.
-- @param host Host table, containing and <code>ip</code> field.
-- @param host Host table, containing an <code>ip</code> field.
-- @param port Port table, containing <code>number</code> and
-- <code>protocol</code> fields, as well as any additional version information
-- fields.