hgext/histedit.py
changeset 26203 b764f3c61bc7
parent 26171 49c1424424de
child 26246 bf81b696b8f4
--- a/hgext/histedit.py	Tue Sep 08 15:32:20 2015 -0400
+++ b/hgext/histedit.py	Tue Sep 08 20:30:01 2015 -0400
@@ -1129,7 +1129,7 @@
     try:
         lock = repo.lock()
         # do not let filtering get in the way of the cleanse
-        # we should probably get ride of obsolescence marker created during the
+        # we should probably get rid of obsolescence marker created during the
         # histedit, but we currently do not have such information.
         repo = repo.unfiltered()
         # Find all nodes that need to be stripped