]> granicus.if.org Git - curl/commitdiff
url: Corrected minor typo in comment
authorSteve Holme <steve_holme@hotmail.com>
Fri, 19 Apr 2013 11:53:59 +0000 (12:53 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 19 Apr 2013 11:53:59 +0000 (12:53 +0100)
lib/url.c

index ffecd370614559a281ee513e1a48ad3a744c1bd1..7519ee0cbf2d17c3d4a626ba8a7081b384762ac7 100644 (file)
--- 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';