diff mercurial/localrepo.py @ 17520:dfbcf23582e1

spelling: supersede
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:19 -0700
parents eabb9a047502
children 6a78548eaa86
line wrap: on
line diff
--- a/mercurial/localrepo.py	Fri Aug 17 13:58:19 2012 -0700
+++ b/mercurial/localrepo.py	Fri Aug 17 13:58:19 2012 -0700
@@ -732,7 +732,7 @@
                 iterrevs = list(bheadrevs)
 
             # This loop prunes out two kinds of heads - heads that are
-            # superceded by a head in newheadrevs, and newheadrevs that are not
+            # superseded by a head in newheadrevs, and newheadrevs that are not
             # heads because an existing head is their descendant.
             while iterrevs:
                 latest = iterrevs.pop()