changeset 8365:94e91205d9b6

Makefile: fix grammar in comment
author Greg Ward <greg-hg@gerg.ca>
date Tue, 12 May 2009 10:03:36 -0400
parents fa901423ac23
children 0bf0045000b5
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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