gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 46/125: CURLOPT_PRIVATE.3: fix grammar


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 46/125: CURLOPT_PRIVATE.3: fix grammar
Date: Sun, 21 Jan 2018 23:41:41 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 9fb5a943f56496fabd9dc4de6b4b27a2404bfe79
Author: richardthe3rd <address@hidden>
AuthorDate: Fri Dec 8 23:34:18 2017 +0000

    CURLOPT_PRIVATE.3: fix grammar
    
    - Change "never does nothing" double-negative to "never does anything".
    
    Closes https://github.com/curl/curl/pull/2168
---
 docs/libcurl/opts/CURLOPT_PRIVATE.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]