diff mercurial/help/revsets.txt @ 11450:6bca9801c92a stable

revset: fix spelling typo
author Julian Cowley <julian@lava.net>
date Wed, 23 Jun 2010 16:54:12 -1000
parents a99ef3711890
children 39bac1821b12
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``.