tests/test-revset.t
changeset 30332 318a24b52eeb
parent 30179 cdef35b38026
child 30699 5bda147c3139
--- a/tests/test-revset.t	Thu Nov 03 17:31:14 2016 -0700
+++ b/tests/test-revset.t	Mon Oct 17 23:16:55 2016 +0200
@@ -1079,7 +1079,7 @@
   8
   9
 
-Test opreand of '%' is optimized recursively (issue4670)
+Test operand of '%' is optimized recursively (issue4670)
 
   $ try --optimize '8:9-8%'
   (onlypost
@@ -3085,7 +3085,7 @@
   [255]
 
 test scope of alias expansion: 'universe' is expanded prior to 'shadowall(0)',
-but 'all()' should never be substituded to '0()'.
+but 'all()' should never be substituted to '0()'.
 
   $ echo 'universe = all()' >> .hg/hgrc
   $ echo 'shadowall(all) = all and universe' >> .hg/hgrc