diff --git a/nselib/http.lua b/nselib/http.lua index bcc7bfb72..c6655f32a 100644 --- a/nselib/http.lua +++ b/nselib/http.lua @@ -1904,7 +1904,7 @@ end --- -- Parses a form, that is, finds its action and fields. -- @param form A plaintext representation of form --- @return A dictionary with keys: action, +-- @return A dictionary with keys: action, -- method if one is specified, fields -- which is a list of fields found in the form each of which has a -- name attribute and type if specified.