aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-07-05 22:37:00 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-07-05 22:37:00 +0000
commit1f1714d1eee85343fc461d6e2a5825a6d4135bc5 (patch)
treef6d8b0d0011bb25bcaea531081d08e02a883945a
parentdbcf8e397abec1db5e074c9b87b80548733ad510 (diff)
downloadfetchmail-1f1714d1eee85343fc461d6e2a5825a6d4135bc5.tar.gz
fetchmail-1f1714d1eee85343fc461d6e2a5825a6d4135bc5.tar.bz2
fetchmail-1f1714d1eee85343fc461d6e2a5825a6d4135bc5.zip
Fix typo in 'Idle after poll is disabled' (used to be 'diabled'), reported by
Jakub Bogusz. svn path=/trunk/; revision=4093
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 70de180f..5f5fc854 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -1647,7 +1647,7 @@ static void dump_params (struct runctl *runp,
: GT_(" MIME decoding is disabled (mimedecode off).\n"));
printf(ctl->idle
? GT_(" Idle after poll is enabled (idle on).\n")
- : GT_(" Idle after poll is diabled (idle off).\n"));
+ : GT_(" Idle after poll is disabled (idle off).\n"));
printf(ctl->dropstatus
? GT_(" Nonempty Status lines will be discarded (dropstatus on)\n")
: GT_(" Nonempty Status lines will be kept (dropstatus off)\n"));