[PATCH] doc/Makefile: rephrase comment (typo)

Christian Ebert blacktrash at gmx.net
Thu Aug 28 06:19:22 CDT 2008


# HG changeset patch
# User Christian Ebert <blacktrash at gmx.net>
# Date 1219921584 -7200
# Node ID 115c7a31b5b2cbb5db53be260f14e5255f19e6ba
# Parent  b2bc2d984bacdc448d87fc6205d1739b9c5f2441
doc/Makefile: rephrase comment (typo)

diff --git a/doc/Makefile b/doc/Makefile
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -30,7 +30,7 @@
 	asciidoc -b html4 $*.txt || asciidoc -b html $*.txt
 
 MANIFEST: man html
-	# versionned files are already in the main MANIFEST
+	# tracked files are already in the main MANIFEST
 	$(RM) $@
 	for i in $(MAN) $(HTML) hg.1.gendoc.txt; do \
 	  echo "doc/$$i" >> $@ ; \


More information about the Mercurial-devel mailing list