# HG changeset patch # User timeless@mozdev.org # Date 1345237098 25200 # Node ID f7767f52e9ebf21f4a412ee3ff7cf0ab438206a9 # Parent 57fb8c9509f442502597f48530ccee75422aab1f spelling: recursion diff -r 57fb8c9509f4 -r f7767f52e9eb mercurial/hbisect.py --- 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.