]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
curl_easy_header.3: tiny language fix
authorDaniel Stenberg <daniel@haxx.se>
Tue, 9 Jan 2024 23:42:17 +0000 (00:42 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 10 Jan 2024 08:42:49 +0000 (09:42 +0100)
Closes #12672

docs/libcurl/curl_easy_header.3

index a5f44db1ca7f84ba3c97da6704a507f5dce0bcee..8cbd3e272acafdbbc9a7e1ec3c10b54861f37d2a 100644 (file)
@@ -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.