cleanup: comment typos

Spotted by 'codespell'

Closes #4957
This commit is contained in:
Daniel Stenberg 2020-02-20 15:18:38 +01:00
parent 150f45e8d1
commit 0c76795caf
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
5 changed files with 5 additions and 7 deletions

View file

@ -1048,7 +1048,7 @@ Curl_cookie_add(struct Curl_easy *data,
*clist = *co; /* then store all the new data */
free(co); /* free the newly alloced memory */
free(co); /* free the newly allocated memory */
co = clist; /* point to the previous struct instead */
/* We have replaced a cookie, now skip the rest of the list but