hgext/rebase.py
changeset 23139 e53f6b72a0e4
parent 23072 d583f1cfca96
child 23266 3480c07fc934
--- a/hgext/rebase.py	Sun Nov 02 13:08:46 2014 +0900
+++ b/hgext/rebase.py	Thu Apr 17 22:47:38 2014 +0200
@@ -278,7 +278,7 @@
                                       commonanc, base, commonanc)
                 if not rebaseset:
                     # transform to list because smartsets are not comparable to
-                    # lists. This should be improved to honor lazyness of
+                    # lists. This should be improved to honor laziness of
                     # smartset.
                     if list(base) == [dest.rev()]:
                         if basef: