diff --git a/nselib/url.lua b/nselib/url.lua index a62a8f1b8..97ab0128a 100644 --- a/nselib/url.lua +++ b/nselib/url.lua @@ -13,7 +13,7 @@ -- * password -- These correspond to these parts of a URL (some may be nil): -- --- scheme://userinfo@password:authority:port/path;params?query#fragment +-- scheme://userinfo:password@authority:port/path;params?query#fragment -- -- -- @author Diego Nehab