From 76212cbf3e078a654340ae1a87040a55abd997fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=BD=D0=B0=D0=B1?= Date: Sun, 1 Sep 2024 04:10:02 +0200 Subject: [PATCH] curl_easy_handler.md: fix language Applications need to [...] if it needs -> The application needs to Closes #14752 --- docs/libcurl/curl_easy_header.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/libcurl/curl_easy_header.md b/docs/libcurl/curl_easy_header.md index 7a911116de..0c71250660 100644 --- a/docs/libcurl/curl_easy_header.md +++ b/docs/libcurl/curl_easy_header.md @@ -65,7 +65,7 @@ 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 curl_easy_header(3) clobber the struct used in the -previous calls for the same easy handle. Applications need to copy the data if +previous calls for the same easy handle. The application needs to copy the data if it wants to keep it around. The memory used for the struct gets freed with calling curl_easy_cleanup(3) of the easy handle. -- 2.47.3