From 083da60323640dbc1072a91bd47f2aebbdea4124 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 12 May 2009 15:30:29 +0300 Subject: Fix diagnostics spelling --- gacopyz/gacopyz.c | 2 +- mfd/bi_db.m4 | 7 ++++--- pmult/pmult.c | 2 +- 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; } -- cgit v1.2.1