Comment referred the same variable four times instead of referring of four different variables.
Signed-off-by: Stanislav Brabec <[email protected]> --- gettext-tools/src/msgexec.c | 2 +- gettext-tools/src/msgfilter.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gettext-tools/src/msgexec.c b/gettext-tools/src/msgexec.c index c46ca7f..3784b4c 100644 --- a/gettext-tools/src/msgexec.c +++ b/gettext-tools/src/msgexec.c @@ -355,7 +355,7 @@ process_string (const message_ty *mp, const char *str, size_t len) /* Set environment variables for the subprocess. Note: These environment variables, especially MSGEXEC_MSGCTXT and - MSGEXEC_MSGCTXT, may contain non-ASCII characters. The subprocess + MSGEXEC_MSGID, may contain non-ASCII characters. The subprocess may not interpret these values correctly if the locale encoding is different from the PO file's encoding. We want about this situation, above. diff --git a/gettext-tools/src/msgfilter.c b/gettext-tools/src/msgfilter.c index bbfb05e..73b2d6b 100644 --- a/gettext-tools/src/msgfilter.c +++ b/gettext-tools/src/msgfilter.c @@ -647,8 +647,8 @@ process_message (message_ty *mp) return; /* Set environment variables for the subprocess. - Note: These environment variables, especially MSGEXEC_MSGCTXT and - MSGEXEC_MSGCTXT, may contain non-ASCII characters. The subprocess + Note: These environment variables, especially MSGFILTER_MSGCTXT and + MSGFILTER_MSGID, may contain non-ASCII characters. The subprocess may not interpret these values correctly if the locale encoding is different from the PO file's encoding. We want about this situation, above. -- 1.8.4.5 -- Best Regards / S pozdravem, Stanislav Brabec software developer --------------------------------------------------------------------- SUSE LINUX, s. r. o. e-mail: [email protected] Lihovarská 1060/12 tel: +49 911 7405384547 190 00 Praha 9 fax: +420 284 084 001 Czech Republic http://www.suse.cz/ PGP: 830B 40D5 9E05 35D8 5E27 6FA3 717C 209F A04F CD76
