From 9fb5a943f56496fabd9dc4de6b4b27a2404bfe79 Mon Sep 17 00:00:00 2001 From: richardthe3rd Date: Fri, 8 Dec 2017 23:34:18 +0000 Subject: CURLOPT_PRIVATE.3: fix grammar - Change "never does nothing" double-negative to "never does anything". Closes https://github.com/curl/curl/pull/2168 --- docs/libcurl/opts/CURLOPT_PRIVATE.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/libcurl/opts/CURLOPT_PRIVATE.3 b/docs/libcurl/opts/CURLOPT_PRIVATE.3 index 80f2c6b09..49f29aa42 100644 --- a/docs/libcurl/opts/CURLOPT_PRIVATE.3 +++ b/docs/libcurl/opts/CURLOPT_PRIVATE.3 @@ -31,7 +31,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PRIVATE, void *pointer); Pass a void * as parameter, pointing to data that should be associated with this curl handle. The pointer can subsequently be retrieved using \fIcurl_easy_getinfo(3)\fP with the CURLINFO_PRIVATE option. libcurl itself -never does nothing with this data. +never does anything with this data. .SH DEFAULT NULL .SH PROTOCOLS -- cgit v1.2.3