gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 222/222: minor


From: gnunet
Subject: [gnurl] 222/222: minor
Date: Thu, 07 Nov 2019 00:11:58 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 63b81ac1e01ec080ebdd30b6c7bf1df08007a8c6
Author: ng0 <address@hidden>
AuthorDate: Wed Nov 6 23:07:50 2019 +0000

    minor
---
 lib/setopt.c  | 4 ++--
 scripts/delta | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/lib/setopt.c b/lib/setopt.c
index 64c29e333..e18fa1149 100644
--- a/lib/setopt.c
+++ b/lib/setopt.c
@@ -339,7 +339,7 @@ CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption 
option, va_list param)
   case CURLOPT_TIMECONDITION:
     /*
      * Set HTTP time condition. This must be one of the defines in the
-     * curl/curl.h header file.
+     * gnurl/curl.h header file.
      */
     arg = va_arg(param, long);
     if((arg < CURL_TIMECOND_NONE) || (arg >= CURL_TIMECOND_LAST))
@@ -804,7 +804,7 @@ CURLcode Curl_vsetopt(struct Curl_easy *data, CURLoption 
option, va_list param)
   case CURLOPT_HTTP_VERSION:
     /*
      * This sets a requested HTTP version to be used. The value is one of
-     * the listed enums in curl/curl.h.
+     * the listed enums in gnurl/curl.h.
      */
     arg = va_arg(param, long);
     if(arg < CURL_HTTP_VERSION_NONE)
diff --git a/scripts/delta b/scripts/delta
index 81de75338..3d3ecc13f 100755
--- a/scripts/delta
+++ b/scripts/delta
@@ -53,8 +53,8 @@ $bcontribs = `git show $start:docs/THANKS | grep -c '^[^ ]'`;
 $contribs = $acontribs - $bcontribs;
 
 # number of setops:
-$asetopts=`grep "^  CINIT" include/curl/curl.h  | grep -cv OBSOLETE`;
-$bsetopts=`git show $start:include/curl/curl.h | grep "^  CINIT" | grep -cv 
OBSOLETE`;
+$asetopts=`grep "^  CINIT" include/gnurl/curl.h  | grep -cv OBSOLETE`;
+$bsetopts=`git show $start:include/gnurl/curl.h | grep "^  CINIT" | grep -cv 
OBSOLETE`;
 $nsetopts = $asetopts - $bsetopts;
 
 # Number of command line options:

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



reply via email to

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