mercurial/hbisect.py
changeset 17509 f7767f52e9eb
parent 17493 d057e92dadfc
child 17537 31f32a96e1e3
--- a/mercurial/hbisect.py	Fri Aug 17 13:58:18 2012 -0700
+++ b/mercurial/hbisect.py	Fri Aug 17 13:58:18 2012 -0700
@@ -171,7 +171,7 @@
         return map(repo.changelog.rev, state[status])
     else:
         # In the following sets, we do *not* call 'bisect()' with more
-        # than one level of recusrsion, because that can be very, very
+        # than one level of recursion, because that can be very, very
         # time consuming. Instead, we always develop the expression as
         # much as possible.