mirror of
https://github.com/curl/curl.git
synced 2026-04-27 22:42:12 +03:00
better english timeouted => timed out, as suggested by Larry Fahnoe
This commit is contained in:
parent
948c3b3aa9
commit
ce95d2020f
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue