diff Makefile @ 8365:94e91205d9b6

Makefile: fix grammar in comment
author Greg Ward <greg-hg@gerg.ca>
date Tue, 12 May 2009 10:03:36 -0400
parents a9c1172a025e
children de150a942ec8
line wrap: on
line diff
--- a/Makefile	Tue May 12 15:50:44 2009 +0200
+++ b/Makefile	Tue May 12 10:03:36 2009 -0400
@@ -36,7 +36,7 @@
 	$(MAKE) -C doc
 
 clean:
-	-$(PYTHON) setup.py clean --all # ignore errors of this command
+	-$(PYTHON) setup.py clean --all # ignore errors from this command
 	find . -name '*.py[cdo]' -exec rm -f '{}' ';'
 	rm -f MANIFEST mercurial/__version__.py mercurial/*.so tests/*.err
 	rm -rf locale