aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/url.c b/lib/url.c
index ffecd3706..7519ee0cb 100644
--- a/lib/url.c
+++ b/lib/url.c
@@ -4536,7 +4536,7 @@ static CURLcode parse_login_details(const char *login, const size_t len,
*passwdp = ptemp;
}
- /* Copy the password portion if necessary */
+ /* Copy the options portion if necessary */
if(otemp) {
memcpy(otemp, osep + 1, olen);
otemp[olen] = '\0';