]> Pileus Git - ~andy/fetchmail/commitdiff
Fix typo in 'Idle after poll is disabled' (used to be 'diabled'), reported by
authorMatthias Andree <matthias.andree@gmx.de>
Tue, 5 Jul 2005 22:37:00 +0000 (22:37 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Tue, 5 Jul 2005 22:37:00 +0000 (22:37 -0000)
Jakub Bogusz.

svn path=/trunk/; revision=4093

fetchmail.c

index 70de180f1cee45ed7e09d0e0af85d512a5680923..5f5fc85424b3a5e8b4860b511d2a2825f1733496 100644 (file)
@@ -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"));