diff options
author | richardthe3rd <richard.alcock@gmail.com> | 2017-12-08 23:34:18 +0000 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2017-12-08 18:55:33 -0500 |
commit | 9fb5a943f56496fabd9dc4de6b4b27a2404bfe79 (patch) | |
tree | 0495f9a3e4474dc4b78dda6e917acf6b039b16a3 /docs/libcurl | |
parent | 179ee78e8672ec44c50aa36279c48b28e008ea29 (diff) |
CURLOPT_PRIVATE.3: fix grammar
- Change "never does nothing" double-negative to "never does anything".
Closes https://github.com/curl/curl/pull/2168
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_PRIVATE.3 | 2 |
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 |