diff -r 6eab50a34fed -r e53f6b72a0e4 hgext/rebase.py --- 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: