]> Pileus Git - ~andy/fetchmail/commitdiff
Fix typo, spotted by Nico Golde.
authorMatthias Andree <matthias.andree@gmx.de>
Thu, 4 Feb 2010 13:31:56 +0000 (13:31 -0000)
committerMatthias Andree <matthias.andree@gmx.de>
Thu, 4 Feb 2010 13:31:56 +0000 (13:31 -0000)
svn path=/branches/BRANCH_6-3/; revision=5471

fetchmail.c

index 92742cea61ec85ebb0304c6d823e5942fef64613..cfeb5774dbbba15763ed373ccbe308645fae9ad1 100644 (file)
@@ -1555,7 +1555,7 @@ static void dump_params (struct runctl *runp,
        printf(GT_("Fetchmail will direct error mail to the sender.\n"));
 
     if (!runp->softbounce)
-       printf(GT_("Fetchmail will treat permanent errors as permanent (drop messsages).\n"));
+       printf(GT_("Fetchmail will treat permanent errors as permanent (drop messages).\n"));
     else if (outlevel >= O_VERBOSE)
        printf(GT_("Fetchmail will treat permanent errors as temporary (keep messages).\n"));