tests/test-propertycache.py
changeset 21024 7731a2281cf0
parent 19951 d51c4d85ec23
child 28755 84673a7c54af
--- a/tests/test-propertycache.py	Sun Apr 13 19:01:00 2014 +0200
+++ b/tests/test-propertycache.py	Sun Apr 13 19:01:00 2014 +0200
@@ -39,8 +39,8 @@
 mercurial.localrepo.localrepository.testcachedunfifoobar = testcachedunfifoobar
 
 
-# create an empty repo. and instanciate it. It is important to run
-# those test on the real object to detect regression.
+# Create an empty repo and instantiate it. It is important to run
+# these tests on the real object to detect regression.
 repopath = os.path.join(os.environ['TESTTMP'], 'repo')
 assert subprocess.call(['hg', 'init', repopath]) == 0
 ui = uimod.ui()