summaryrefslogtreecommitdiff
path: root/docs/examples/http2-upload.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2017-03-21 12:55:46 +0100
committerDaniel Stenberg <daniel@haxx.se>2017-03-21 12:55:46 +0100
commit26baf39f3dbd129e61cd085fadcdbff9f6dda85e (patch)
treed2f07a7bd3894b5ee7f148ef69eacc60968dee5d /docs/examples/http2-upload.c
parent131e432bd5bab50c0f198f3244616e4acc2b3f89 (diff)
downloadgnurl-26baf39f3dbd129e61cd085fadcdbff9f6dda85e.tar.gz
gnurl-26baf39f3dbd129e61cd085fadcdbff9f6dda85e.tar.bz2
gnurl-26baf39f3dbd129e61cd085fadcdbff9f6dda85e.zip
examples: comment typos in http2 examples
Diffstat (limited to 'docs/examples/http2-upload.c')
-rw-r--r--docs/examples/http2-upload.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/http2-upload.c b/docs/examples/http2-upload.c
index 67e17f34b..aa0ac4458 100644
--- a/docs/examples/http2-upload.c
+++ b/docs/examples/http2-upload.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2017, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -215,7 +215,7 @@ static void setup(CURL *hnd, int num, const char *upload)
/* upload please */
curl_easy_setopt(hnd, CURLOPT_UPLOAD, 1L);
- /* send it verbose for max debuggaility */
+ /* please be verbose */
curl_easy_setopt(hnd, CURLOPT_VERBOSE, 1L);
curl_easy_setopt(hnd, CURLOPT_DEBUGFUNCTION, my_trace);