diff mercurial/tags.py @ 17424:e7cfe3587ea4

fix trivial spelling errors
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 15 Aug 2012 22:38:42 +0200
parents 707cbbf950ea
children cb95716da5fe
line wrap: on
line diff
--- a/mercurial/tags.py	Tue Aug 28 17:59:08 2012 -0500
+++ b/mercurial/tags.py	Wed Aug 15 22:38:42 2012 +0200
@@ -124,8 +124,8 @@
             continue
 
         # we prefer alltags[name] if:
-        #  it supercedes us OR
-        #  mutual supercedes and it has a higher rank
+        #  it supersedes us OR
+        #  mutual supersedes and it has a higher rank
         # otherwise we win because we're tip-most
         anode, ahist = nodehist
         bnode, bhist = alltags[name]