]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix typo in comment.
authorBruno Haible <bruno@clisp.org>
Sun, 25 Nov 2018 01:08:30 +0000 (02:08 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 25 Nov 2018 01:08:30 +0000 (02:08 +0100)
* gettext-tools/src/msgexec.c (process_string): Fix typo in comment.

gettext-tools/src/msgexec.c

index a5ccb32ca474d7ea199a74c5ffe28e549d75aaee..89ac7e066798fd2b096e77df5637d0ffd8373963 100644 (file)
@@ -370,7 +370,7 @@ process_string (const message_ty *mp, const char *str, size_t len)
          Note: These environment variables, especially MSGEXEC_MSGCTXT and
          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,
+         different from the PO file's encoding.  We warned about this situation,
          above.
          On Unix, this problem is often harmless.  On Windows, however, - both
          native Windows and Cygwin - the values of environment variables *must*