aboutsummaryrefslogtreecommitdiff
path: root/mfd
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-05-12 15:30:29 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-05-12 15:30:29 +0300
commit083da60323640dbc1072a91bd47f2aebbdea4124 (patch)
tree8b95a9f5bafaa3173713854c5133141a52088928 /mfd
parentdfa679f19248438ebfdcf7dbc7a3c9d99b84f9f9 (diff)
downloadmailfromd-083da60323640dbc1072a91bd47f2aebbdea4124.tar.gz
mailfromd-083da60323640dbc1072a91bd47f2aebbdea4124.tar.bz2
Fix diagnostics spelling
Diffstat (limited to 'mfd')
-rw-r--r--mfd/bi_db.m47
1 files changed, 4 insertions, 3 deletions
diff --git a/mfd/bi_db.m4 b/mfd/bi_db.m4
index 194951af..5a033345 100644
--- a/mfd/bi_db.m4
+++ b/mfd/bi_db.m4
@@ -451,7 +451,7 @@ MF_PRAGMA(greylist, 2, 2)
else
/* TRANSLATORS: Do not translate keywords:
traditional, gray, ct, con-tassios */
- parse_error(_("unknow semantics; allowed values are: "
+ parse_error(_("unknown semantics; allowed values are: "
"traditional (or gray) and "
"ct (or con-tassios)"));
}
@@ -596,8 +596,9 @@ static int
is_greylisted_traditional(eval_environ_t env, char *email)
{
MF_THROW(mfe_failure,
- _("is_greylisted is not implemented for traditional greylist databases;"
- "see documentation, chapter FIXME for more info"));
+ _("is_greylisted is not implemented for traditional greylist databases; "
+ "see documentation, chapter %s %s for more info"),
+ "4.12.1.23", "Greylisting functions");
return 0;
}

Return to:

Send suggestions and report system problems to the System administrator.