diff mercurial/localrepo.py @ 14549:48ec0763afbb

check-code: catch misspellings of descendant This word is fairly common in Mercurial, and easy to misspell.
author Matt Mackall <mpm@selenic.com>
date Tue, 07 Jun 2011 17:02:54 -0500
parents 52cbeb5a651b
children 68a43fdd7d80
line wrap: on
line diff
--- a/mercurial/localrepo.py	Tue Jun 07 16:02:51 2011 -0500
+++ b/mercurial/localrepo.py	Tue Jun 07 17:02:54 2011 -0500
@@ -1456,7 +1456,7 @@
 
     def changegroupsubset(self, bases, heads, source):
         """Compute a changegroup consisting of all the nodes that are
-        descendents of any of the bases and ancestors of any of the heads.
+        descendants of any of the bases and ancestors of any of the heads.
         Return a chunkbuffer object whose read() method will return
         successive changegroup chunks.