Skip to content
Snippets Groups Projects
Commit ce95d202 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

better english timeouted => timed out, as suggested by Larry Fahnoe

parent 948c3b3a
No related branches found
No related tags found
No related merge requests found
......@@ -1213,7 +1213,7 @@ again:;
#endif
#ifdef EINTR
case EINTR:
failf(data, "Connection timeouted to ftp server");
failf(data, "Connection timed out to ftp server");
break;
#endif
default:
......
......@@ -1464,7 +1464,7 @@ static CURLcode _connect(CURL *curl, CURLconnect **in_connect)
break;
#endif
case EINTR:
failf(data, "Connection timeouted");
failf(data, "Connection timed out");
break;
default:
failf(data, "Can't connect to server: %d", errno);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment