diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-10-18 13:59:54 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-10-18 13:59:54 +0200 |
commit | 0f1996321f110de3de37776f1fab64f5dbfdaa92 (patch) | |
tree | 82c0f27d3e64575b3a768911dd0952346859c11b /lib/strerror.c | |
parent | 88753c1e8999f26febfd56bac9e6d3487006d1bd (diff) | |
download | curl-0f1996321f110de3de37776f1fab64f5dbfdaa92.tar.gz |
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.c | 2 |
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) |