aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-09-26 13:58:26 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-09-26 13:58:26 +0000
commit358cbde09fa067fb44eb17468db3dd6dd5cf354b (patch)
tree8ced5dbddadd24b1c9e7325e55c8291523493ae0 /driver.c
parent0135a7c415665a09eefe0cd6545d322bff0aa361 (diff)
downloadfetchmail-358cbde09fa067fb44eb17468db3dd6dd5cf354b.tar.gz
fetchmail-358cbde09fa067fb44eb17468db3dd6dd5cf354b.tar.bz2
fetchmail-358cbde09fa067fb44eb17468db3dd6dd5cf354b.zip
Typo fixes.
svn path=/trunk/; revision=3488
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver.c b/driver.c
index 50974746..080db5b3 100644
--- a/driver.c
+++ b/driver.c
@@ -452,7 +452,7 @@ static int fetch_messages(int mailserver_socket, struct query *ctl,
if (outlevel > O_SILENT)
{
- report_build(stdout, GT_("reading message %s@%s:d of %d"),
+ report_build(stdout, GT_("reading message %s@%s:%d of %d"),
ctl->remotename, ctl->server.truename,
num, count);
@@ -1224,7 +1224,7 @@ is restored."));
fetches = new; /* set error status correctly */
/*
* There used to be a `goto noerror' here, but this
- * prevneted checking of multiple folders. This
+ * prevented checking of multiple folders. This
* comment is a reminder in case I introduced some
* subtle bug by removing it...
*/