revset: fix spelling typo stable
authorJulian Cowley <julian@lava.net>
Wed, 23 Jun 2010 16:54:12 -1000
branchstable
changeset 11450 6bca9801c92a
parent 11449 05af334bac05
child 11451 51021f4c80b5
revset: fix spelling typo
mercurial/help/revsets.txt
--- a/mercurial/help/revsets.txt	Fri Jun 11 01:35:38 2010 -1000
+++ b/mercurial/help/revsets.txt	Wed Jun 23 16:54:12 2010 -1000
@@ -21,7 +21,7 @@
   A DAG range, meaning all changesets that are descendants of x and
   ancestors of y, including x and y themselves. If the first endpoint
   is left out, this is equivalent to ``ancestors(y)``, if the second
-  is left out it is equivalent to ``descendents(x)``.
+  is left out it is equivalent to ``descendants(x)``.
 
   An alternative syntax is ``x..y``.