diff options
| author | Steve Holme <steve_holme@hotmail.com> | 2013-04-19 12:53:59 +0100 | 
|---|---|---|
| committer | Steve Holme <steve_holme@hotmail.com> | 2013-04-19 12:53:59 +0100 | 
| commit | 90fe59b829bd931d934cd70dc2f21c21109849dc (patch) | |
| tree | bf76d84aa12bddc7291d773167732bd4278d00e1 /lib | |
| parent | 7b074a460b64811e35fbf065bf1133dda976bd71 (diff) | |
url: Corrected minor typo in comment
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/url.c | 2 | 
1 files changed, 1 insertions, 1 deletions
@@ -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';  | 
