From 11161b062259450962b26996c7602463477240bf Mon Sep 17 00:00:00 2001 From: Daniel Stenberg <daniel@haxx.se> Date: Wed, 10 Jan 2024 00:42:17 +0100 Subject: [PATCH] curl_easy_header.3: tiny language fix --- docs/libcurl/curl_easy_header.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libcurl/curl_easy_header.3 b/docs/libcurl/curl_easy_header.3 index a5f44db1ca..8cbd3e272a 100644 --- a/docs/libcurl/curl_easy_header.3 +++ b/docs/libcurl/curl_easy_header.3 @@ -66,7 +66,7 @@ second, then only the first one is provided. An application using this API does not have to bother about multiple headers used wrongly. The memory for the returned struct is associated with the easy handle and -subsequent calls to \fIcurl_easy_header(3)\fP clobbers the struct used in the +subsequent calls to \fIcurl_easy_header(3)\fP clobber the struct used in the previous calls for the same easy handle. Applications need to copy the data if it wants to keep it around. The memory used for the struct gets freed with calling \fIcurl_easy_cleanup(3)\fP of the easy handle. -- GitLab