aboutsummaryrefslogtreecommitdiff
path: root/m4/curl-functions.m4
diff options
context:
space:
mode:
authorPedro Monreal <pmgdeb@gmail.co>2020-02-02 09:49:28 +0100
committerDaniel Gustafsson <daniel@yesql.se>2020-02-02 18:43:01 +0100
commit4b6fd29f1a0e5e71b1863b843324a7bdc800ef0a (patch)
tree866d9eb632d67a014bad0e8bbb48208b3f8a7568 /m4/curl-functions.m4
parent6ef123522a28ca872f12fe482ee7c714079c61b2 (diff)
cleanup: fix typos and wording in docs and comments
Closes #4869 Reviewed-by: Emil Engler and Daniel Gustafsson
Diffstat (limited to 'm4/curl-functions.m4')
-rw-r--r--m4/curl-functions.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/curl-functions.m4 b/m4/curl-functions.m4
index 9020f3942..e773f6700 100644
--- a/m4/curl-functions.m4
+++ b/m4/curl-functions.m4
@@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1998 - 2020, 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
@@ -6350,7 +6350,7 @@ dnl glibc-style strerror_r:
dnl
dnl char *strerror_r(int errnum, char *workbuf, size_t bufsize);
dnl
-dnl glibc-style strerror_r returns a pointer to the the error string,
+dnl glibc-style strerror_r returns a pointer to the error string,
dnl and might use the provided workbuf as a scratch area if needed. A
dnl quick test on a few systems shows that it's usually not used at all.
dnl