summaryrefslogtreecommitdiff
path: root/lib/strerror.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-10-18 13:59:54 +0200
committerng0 <ng0@infotropique.org>2017-08-22 15:10:17 +0000
commitc2df73da9540cb3dd541cc7c8e88b0e9540df83e (patch)
treeb71524f3c3803211f8828f1f470e7c0b069981d8 /lib/strerror.c
parent62bb8f7078dc7fc55ba47c10c2c43a9f84660d70 (diff)
downloadgnurl-c2df73da9540cb3dd541cc7c8e88b0e9540df83e.tar.gz
gnurl-c2df73da9540cb3dd541cc7c8e88b0e9540df83e.tar.bz2
gnurl-c2df73da9540cb3dd541cc7c8e88b0e9540df83e.zip
s/cURL/curl
The tool was never called cURL, only the project. But even so, we have more and more over time switched to just use lower case.
Diffstat (limited to 'lib/strerror.c')
-rw-r--r--lib/strerror.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/strerror.c b/lib/strerror.c
index 9c58e6b77..edb96d201 100644
--- a/lib/strerror.c
+++ b/lib/strerror.c
@@ -427,7 +427,7 @@ curl_share_strerror(CURLSHcode error)
#ifdef USE_WINSOCK
-/* This function handles most / all (?) Winsock errors cURL is able to produce.
+/* This function handles most / all (?) Winsock errors curl is able to produce.
*/
static const char *
get_winsock_error (int err, char *buf, size_t len)