summaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-12-20 13:45:46 +0000
committerng0 <ng0@n0.is>2019-12-20 13:45:46 +0000
commit71b588320daebd4e50603602c311bbed97755e27 (patch)
tree9e04f4b9c6c7e0aaa21d627bb8b35bbd4a934335 /docs/examples
parent486ada36f4910f2c05e0ea957388909e100159a2 (diff)
parent525787269599b50416965ac77d96e07a5fe1ab52 (diff)
downloadgnurl-71b588320daebd4e50603602c311bbed97755e27.tar.gz
gnurl-71b588320daebd4e50603602c311bbed97755e27.tar.bz2
gnurl-71b588320daebd4e50603602c311bbed97755e27.zip
Merge branch 'master' of https://github.com/curl/curl
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/url2file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/url2file.c b/docs/examples/url2file.c
index 4d7511ba4..2d9e1a134 100644
--- a/docs/examples/url2file.c
+++ b/docs/examples/url2file.c
@@ -57,7 +57,7 @@ int main(int argc, char *argv[])
/* Switch on full protocol/debug output while testing */
curl_easy_setopt(curl_handle, CURLOPT_VERBOSE, 1L);
- /* disable progress meter, set to 0L to enable and disable debug output */
+ /* disable progress meter, set to 0L to enable it */
curl_easy_setopt(curl_handle, CURLOPT_NOPROGRESS, 1L);
/* send all data to this function */