]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
msgexec, msgfilter: Fix typo in comments
authorStanislav Brabec <sbrabec@suse.cz>
Wed, 14 May 2014 21:34:48 +0000 (23:34 +0200)
committerDaiki Ueno <ueno@gnu.org>
Thu, 15 May 2014 06:39:33 +0000 (15:39 +0900)
Refere to the correct environment variables MSG{EXEC,FILTER}_MSGCTXT
and MSG{EXEC,FILTER}_MSGCTXT in comments.

Signed-off-by: Stanislav Brabec <sbrabec@suse.cz>
gettext-tools/src/msgexec.c
gettext-tools/src/msgfilter.c

index 48563762ec9bac6593748f9de3cf906e1bde5fdd..c3af66a8fbd1ec1b1892f9d1e4facf24632b3a4d 100644 (file)
@@ -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.
index df6551f4aecdb9f028df9299d8cddf403b603c41..f172a4585936dc83d6942801bb6b189af7c66254 100644 (file)
@@ -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.