diff --git a/nselib/url.lua b/nselib/url.lua index 60acafa45..9328854a9 100644 --- a/nselib/url.lua +++ b/nselib/url.lua @@ -152,7 +152,8 @@ end -- @return A table with the following fields, where RFC naming conventions have -- been preserved: -- scheme, authority, userinfo, --- user, password, host, ascii_host, +-- user, password, +-- host, ascii_host, -- port, path, params, -- query, and fragment. -----------------------------------------------------------------------------