mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
kill trailing whitespace and clarify a few errors
This commit is contained in:
parent
6cd2536048
commit
0d37f8564e
@ -58,13 +58,13 @@ curl_easy_strerror(CURLcode error)
|
||||
return "URL using bad/illegal format or missing URL";
|
||||
|
||||
case CURLE_COULDNT_RESOLVE_PROXY:
|
||||
return "couldnt resolve proxy";
|
||||
return "couldnt resolve proxy name";
|
||||
|
||||
case CURLE_COULDNT_RESOLVE_HOST:
|
||||
return "couldnt resolve host";
|
||||
return "couldnt resolve host name";
|
||||
|
||||
case CURLE_COULDNT_CONNECT:
|
||||
return "couldn't connect";
|
||||
return "couldn't connect to server";
|
||||
|
||||
case CURLE_FTP_WEIRD_SERVER_REPLY:
|
||||
return "FTP: weird server reply";
|
||||
|
Loading…
Reference in New Issue
Block a user