diff --git a/nselib/nmap.luadoc b/nselib/nmap.luadoc
index afa576651..abd4c5408 100644
--- a/nselib/nmap.luadoc
+++ b/nselib/nmap.luadoc
@@ -107,7 +107,7 @@ function set_port_state(host, port, state)
-- "hardmatched" 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 ip field.
+-- @param host Host table, containing an ip field.
-- @param port Port table, containing number and
-- protocol fields, as well as any additional version information
-- fields.