Mercurial > public > mercurial-scm > hg
diff mercurial/bookmarks.py @ 19951:d51c4d85ec23 stable
spelling: random spell checker fixes
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Thu, 24 Oct 2013 01:49:56 +0800 |
parents | af03279c766a |
children | 059b695150c2 |
line wrap: on
line diff
--- a/mercurial/bookmarks.py Thu Oct 17 16:13:15 2013 +0800 +++ b/mercurial/bookmarks.py Thu Oct 24 01:49:56 2013 +0800 @@ -312,5 +312,5 @@ elif repo.obsstore: return new.node() in obsolete.foreground(repo, [old.node()]) else: - # still an independant clause as it is lazyer (and therefore faster) + # still an independent clause as it is lazyer (and therefore faster) return old.descendant(new)