Mercurial > hg
changeset 17509:f7767f52e9eb
spelling: recursion
author | timeless@mozdev.org |
---|---|
date | Fri, 17 Aug 2012 13:58:18 -0700 |
parents | 57fb8c9509f4 |
children | 7c44b703657b |
files | mercurial/hbisect.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.