From ce95d2020f8b4f98644a685aec2ded8eca52c2f1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 13 Feb 2001 21:57:04 +0000 Subject: better english timeouted => timed out, as suggested by Larry Fahnoe --- lib/ftp.c | 2 +- lib/url.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ftp.c b/lib/ftp.c index 6ec17c11a..061736437 100644 --- a/lib/ftp.c +++ b/lib/ftp.c @@ -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: diff --git a/lib/url.c b/lib/url.c index 7fe2fc1e9..0c5767913 100644 --- a/lib/url.c +++ b/lib/url.c @@ -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); -- cgit v1.2.3