summaryrefslogtreecommitdiff
path: root/docs/examples/persistent.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/persistent.c')
-rw-r--r--docs/examples/persistent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/persistent.c b/docs/examples/persistent.c
index 6ddfc40ac..51bd8c352 100644
--- a/docs/examples/persistent.c
+++ b/docs/examples/persistent.c
@@ -5,7 +5,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 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
@@ -22,7 +22,7 @@
*
***************************************************************************/
/* <DESC>
- * re-using handles to do HTTP persistent connections
+ * reusing handles to do HTTP persistent connections
* </DESC>
*/
#include <stdio.h>