From: Stanislav Brabec Date: Wed, 14 May 2014 21:34:48 +0000 (+0200) Subject: msgexec, msgfilter: Fix typo in comments X-Git-Tag: v0.19~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28af453ba63911b5007d92a464e8c9736004634b;p=thirdparty%2Fgettext.git msgexec, msgfilter: Fix typo in comments Refere to the correct environment variables MSG{EXEC,FILTER}_MSGCTXT and MSG{EXEC,FILTER}_MSGCTXT in comments. Signed-off-by: Stanislav Brabec --- diff --git a/gettext-tools/src/msgexec.c b/gettext-tools/src/msgexec.c index 48563762e..c3af66a8f 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 df6551f4a..f172a4585 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.