mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
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:
parent
179ee78e86
commit
9fb5a943f5
@ -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
|
Pass a void * as parameter, pointing to data that should be associated with
|
||||||
this curl handle. The pointer can subsequently be retrieved using
|
this curl handle. The pointer can subsequently be retrieved using
|
||||||
\fIcurl_easy_getinfo(3)\fP with the CURLINFO_PRIVATE option. libcurl itself
|
\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
|
.SH DEFAULT
|
||||||
NULL
|
NULL
|
||||||
.SH PROTOCOLS
|
.SH PROTOCOLS
|
||||||
|
Loading…
Reference in New Issue
Block a user