# HG changeset patch # User timeless@mozdev.org # Date 2012-08-17 20:58:18 # Node ID d057e92dadfc97936abafb3ae6f1e43d3485f81c # Parent 973c2b0b403c064f49a436e0bded0c1f51b8defc spelling: following diff --git a/mercurial/hbisect.py b/mercurial/hbisect.py --- a/mercurial/hbisect.py +++ b/mercurial/hbisect.py @@ -170,7 +170,7 @@ def get(repo, status): if status in ('good', 'bad', 'skip', 'current'): return map(repo.changelog.rev, state[status]) else: - # In the floowing sets, we do *not* call 'bisect()' with more + # In the following sets, we do *not* call 'bisect()' with more # than one level of recusrsion, because that can be very, very # time consuming. Instead, we always develop the expression as # much as possible.