changeset 11450:6bca9801c92a stable

revset: fix spelling typo
author Julian Cowley <julian@lava.net>
date Wed, 23 Jun 2010 16:54:12 -1000
parents 05af334bac05
children 51021f4c80b5
files mercurial/help/revsets.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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``.