aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-12-27 17:37:28 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-12-27 17:37:28 +0000
commit307f6bbd2bf9707d4db601146854a79a98d3b6b1 (patch)
treed750bff552755ea2fdb0fb37217adce5b34c23ff /driver.c
parentfd1ddc79d9205c3101529654fe73a3bd346f2358 (diff)
downloadfetchmail-307f6bbd2bf9707d4db601146854a79a98d3b6b1.tar.gz
fetchmail-307f6bbd2bf9707d4db601146854a79a98d3b6b1.tar.bz2
fetchmail-307f6bbd2bf9707d4db601146854a79a98d3b6b1.zip
Jorge Godoy's translation fixes.
svn path=/trunk/; revision=2691
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index b1cb6843..ee42282a 100644
--- a/driver.c
+++ b/driver.c
@@ -1509,7 +1509,7 @@ const int maxfetch; /* maximum number of messages to fetch */
stuff_warning(ctl,
_("Subject: fetchmail sees repeated timeouts\r\n"));
stuff_warning(ctl,
- _("Fetchmail saw more than %d timouts while attempting to get mail from %s@%s.\n"),
+ _("Fetchmail saw more than %d timeouts while attempting to get mail from %s@%s.\n"),
MAX_TIMEOUTS,
ctl->remotename,
ctl->server.truename);