Makefile: fixed comment
authorMartin Geisler <mg@lazybytes.net>
Sat, 02 May 2009 12:10:38 +0200
changeset 8273 a9c1172a025e
parent 8272 79983cfa7efe
child 8274 ede2abdc6bff
Makefile: fixed comment
Makefile
--- a/Makefile	Sat May 02 11:44:57 2009 +0200
+++ b/Makefile	Sat May 02 12:10:38 2009 +0200
@@ -86,9 +86,9 @@
         # All strings marked for translation in Mercurial contain
         # ASCII characters only. But some files contain string
         # literals like this '\037\213'. xgettext thinks it has to
-        # parse these them even though they are not marked for
-        # translation. Extracting with an explicit encoding of
-        # ISO-8859-1 will make xgettext "parse" and ignore them.
+        # parse them even though they are not marked for translation.
+        # Extracting with an explicit encoding of ISO-8859-1 will make
+        # xgettext "parse" and ignore them.
 	echo $^ | xargs \
 	  xgettext --package-name "Mercurial" \
 	  --msgid-bugs-address "<mercurial-devel@selenic.com>" \