From: Steve Holme Date: Fri, 19 Apr 2013 11:53:59 +0000 (+0100) Subject: url: Corrected minor typo in comment X-Git-Tag: curl-7_31_0~144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90fe59b829bd931d934cd70dc2f21c21109849dc;p=thirdparty%2Fcurl.git url: Corrected minor typo in comment --- diff --git a/lib/url.c b/lib/url.c index ffecd37061..7519ee0cbf 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';