CURLOPT_PRIVATE.3: fix grammar

- Change "never does nothing" double-negative to "never does anything".

Closes https://github.com/curl/curl/pull/2168
This commit is contained in:
richardthe3rd 2017-12-08 23:34:18 +00:00 committed by Jay Satiro
parent 179ee78e86
commit 9fb5a943f5
1 changed files with 1 additions and 1 deletions

View 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