From 0c76795cafe0fccab41b3adc1be08cb81d55024f Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 20 Feb 2020 15:18:38 +0100 Subject: cleanup: comment typos Spotted by 'codespell' Closes #4957 --- lib/cookie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/cookie.c') diff --git a/lib/cookie.c b/lib/cookie.c index 2dfdc733f..cf18745bc 100644 --- a/lib/cookie.c +++ b/lib/cookie.c @@ -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 -- cgit v1.2.3