aboutsummaryrefslogtreecommitdiff
path: root/lib/ftp.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-02-13 21:57:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-02-13 21:57:04 +0000
commitce95d2020f8b4f98644a685aec2ded8eca52c2f1 (patch)
treeffc377a2c0e6806c4c99da739b776b114f26adcc /lib/ftp.c
parent948c3b3aa9e9485f1720b04adb2c49b6a758483e (diff)
better english timeouted => timed out, as suggested by Larry Fahnoe
Diffstat (limited to 'lib/ftp.c')
-rw-r--r--lib/ftp.c2
1 files changed, 1 insertions, 1 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: