aboutsummaryrefslogtreecommitdiff
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
parentdfa679f19248438ebfdcf7dbc7a3c9d99b84f9f9 (diff)
downloadmailfromd-083da60323640dbc1072a91bd47f2aebbdea4124.tar.gz
mailfromd-083da60323640dbc1072a91bd47f2aebbdea4124.tar.bz2
Fix diagnostics spelling
-rw-r--r--gacopyz/gacopyz.c2
-rw-r--r--mfd/bi_db.m47
-rw-r--r--pmult/pmult.c2
3 files changed, 6 insertions, 5 deletions
diff --git a/gacopyz/gacopyz.c b/gacopyz/gacopyz.c
index 520a2bf0..e61ab2d2 100644
--- a/gacopyz/gacopyz.c
+++ b/gacopyz/gacopyz.c
@@ -1248,7 +1248,7 @@ shan_optneg(SMFICTX *ctx, union state_arg *arg, unsigned char *cmd)
if ((mta_aflags & ctx->aflags) != ctx->aflags) {
if (GACOPYZ_CTX_LOG_MATCH(ctx, SMI_LOG_ERR))
gacopyz_log(SMI_LOG_ERR,
- _("%s: shan_optneg: NTA flags %#lx do not match "
+ _("%s: shan_optneg: MTA flags %#lx do not match "
"actions requirements %#lx"),
ctx->desc->xxfi_name,
mta_aflags,
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;
}
diff --git a/pmult/pmult.c b/pmult/pmult.c
index 77384cd7..31978206 100644
--- a/pmult/pmult.c
+++ b/pmult/pmult.c
@@ -1314,7 +1314,7 @@ collect_stage_symbols (enum gacopyz_stage gstage, const char **symv)
if (i == PM_MAX_MACROS)
{
PMU_DEBUG2 (pmult_debug, MU_DEBUG_TRACE1,
- _("macro table %d is full, symbol {%s} is ignored"),
+ _("macro table %d is full, symbol {%s} ignored"),
smst, *symv);
continue;
}

Return to:

Send suggestions and report system problems to the System administrator.