changeset 17493:d057e92dadfc

spelling: following
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents 973c2b0b403c
children 74801685aaa2
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
@@ -170,7 +170,7 @@
     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.