mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
better english timeouted => timed out, as suggested by Larry Fahnoe
This commit is contained in:
parent
948c3b3aa9
commit
ce95d2020f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user