mercurial/revset.py
changeset 21024 7731a2281cf0
parent 20991 a05d694599f9
child 21173 d4daebb21cf6
--- a/mercurial/revset.py	Sun Apr 13 19:01:00 2014 +0200
+++ b/mercurial/revset.py	Sun Apr 13 19:01:00 2014 +0200
@@ -2459,7 +2459,7 @@
 
     If the ascending attribute is set, that means the two structures are
     ordered in either an ascending or descending way. Therefore, we can add
-    them mantaining the order by iterating over both at the same time
+    them maintaining the order by iterating over both at the same time
 
     This class does not duck-type baseset and it's only supposed to be used
     internally