hgext/strip.py
changeset 23139 e53f6b72a0e4
parent 22925 68df36ce3d8a
child 24364 135b23868f45
--- a/hgext/strip.py	Sun Nov 02 13:08:46 2014 +0900
+++ b/hgext/strip.py	Thu Apr 17 22:47:38 2014 +0200
@@ -1,4 +1,4 @@
-"""strip changesets and their descendents from history
+"""strip changesets and their descendants from history
 
 This extension allows you to strip changesets and all their descendants from the
 repository. See the command help for details.