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.
This commit is contained in:
Daniel Stenberg 2016-10-18 13:59:54 +02:00
parent 88753c1e89
commit 0f1996321f
15 changed files with 36 additions and 36 deletions

View file

@ -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)