From 1f1714d1eee85343fc461d6e2a5825a6d4135bc5 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Tue, 5 Jul 2005 22:37:00 +0000 Subject: Fix typo in 'Idle after poll is disabled' (used to be 'diabled'), reported by Jakub Bogusz. svn path=/trunk/; revision=4093 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- cgit v1.2.3