]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
CURLOPT_HTTPHEADER.3: improve comment in example
authordivinity76 <divinity76@gmail.com>
Fri, 17 Jun 2022 13:07:36 +0000 (15:07 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 17 Jun 2022 21:12:17 +0000 (23:12 +0200)
Closes #9025

docs/libcurl/opts/CURLOPT_HTTPHEADER.3

index e365d42762507347576478970dfd6557e52cb678..933609f3806b9db3599e8de10cc2c0c33fced89d 100644 (file)
@@ -126,7 +126,7 @@ if(curl) {
 
   curl_easy_perform(curl);
 
-  curl_slist_free_all(list); /* free the list again */
+  curl_slist_free_all(list); /* free the list */
 }
 .fi