summaryrefslogtreecommitdiff
path: root/docs/examples/httpcustomheader.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/httpcustomheader.c')
-rw-r--r--docs/examples/httpcustomheader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/httpcustomheader.c b/docs/examples/httpcustomheader.c
index 7a1e1d855..f431177f2 100644
--- a/docs/examples/httpcustomheader.c
+++ b/docs/examples/httpcustomheader.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2021, 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
@@ -45,7 +45,7 @@ int main(void)
chunk = curl_slist_append(chunk, "Host: example.com");
/* Add a header with "blank" contents to the right of the colon. Note that
- we're then using a semicolon in the string we pass to curl! */
+ we are then using a semicolon in the string we pass to curl! */
chunk = curl_slist_append(chunk, "X-silly-header;");
/* set our custom set of headers */