1
0
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:
Daniel Stenberg 2004-09-19 14:28:16 +00:00
parent 6cd2536048
commit 0d37f8564e

View File

@ -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";