Makefile: fix grammar in comment
authorGreg Ward <greg-hg@gerg.ca>
Tue, 12 May 2009 10:03:36 -0400
changeset 8365 94e91205d9b6
parent 8364 fa901423ac23
child 8366 0bf0045000b5
Makefile: fix grammar in comment
Makefile
--- 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