Commit 90fe59b8 authored by Steve Holme's avatar Steve Holme
Browse files

url: Corrected minor typo in comment

parent 7b074a46
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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';