]> granicus.if.org Git - curl/commitdiff
CURLOPT_PRIVATE.3: fix grammar
authorrichardthe3rd <richard.alcock@gmail.com>
Fri, 8 Dec 2017 23:34:18 +0000 (23:34 +0000)
committerJay Satiro <raysatiro@yahoo.com>
Fri, 8 Dec 2017 23:55:33 +0000 (18:55 -0500)
- Change "never does nothing" double-negative to "never does anything".

Closes https://github.com/curl/curl/pull/2168

docs/libcurl/opts/CURLOPT_PRIVATE.3

index 80f2c6b09913191e56cec3b771ce17bff70c7d63..49f29aa42464b1210b27c7a7de9310752aaadb20 100644 (file)
@@ -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