diff mercurial/revset.py @ 21024:7731a2281cf0

spelling: fixes from spell checker
author Mads Kiilerich <madski@unity3d.com>
date Sun, 13 Apr 2014 19:01:00 +0200
parents a05d694599f9
children d4daebb21cf6
line wrap: on
line diff
--- 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