summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrichardthe3rd <richard.alcock@gmail.com>2017-12-08 23:34:18 +0000
committerJay Satiro <raysatiro@yahoo.com>2017-12-08 18:55:33 -0500
commit9fb5a943f56496fabd9dc4de6b4b27a2404bfe79 (patch)
tree0495f9a3e4474dc4b78dda6e917acf6b039b16a3
parent179ee78e8672ec44c50aa36279c48b28e008ea29 (diff)
downloadcurl-9fb5a943f56496fabd9dc4de6b4b27a2404bfe79.tar.gz
CURLOPT_PRIVATE.3: fix grammar
- Change "never does nothing" double-negative to "never does anything". Closes https://github.com/curl/curl/pull/2168
-rw-r--r--docs/libcurl/opts/CURLOPT_PRIVATE.32
1 files changed, 1 insertions, 1 deletions
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