aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-02-04 13:31:56 +0000
committerMatthias Andree <matthias.andree@gmx.de>2010-02-04 13:31:56 +0000
commit7d91508fd8c64d0780ce4e253c546d084ff42c07 (patch)
tree690b4103d4ec42a00a7155979073ac4be22600fe /fetchmail.c
parent5f8cc0929852df239b10d96ddff599fe4c543519 (diff)
downloadfetchmail-7d91508fd8c64d0780ce4e253c546d084ff42c07.tar.gz
fetchmail-7d91508fd8c64d0780ce4e253c546d084ff42c07.tar.bz2
fetchmail-7d91508fd8c64d0780ce4e253c546d084ff42c07.zip
Fix typo, spotted by Nico Golde.
svn path=/branches/BRANCH_6-3/; revision=5471
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 92742cea..cfeb5774 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -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"));