# HG changeset patch # User timeless@mozdev.org # Date 2015-09-09 00:30:01 # Node ID b764f3c61bc7092347ecc73c23ea533fd3acdbd7 # Parent 04af43009c8bf4464024b7c0a4ad5d9f63898c78 histedit: fix grammar in cleanupnode comment diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -1129,7 +1129,7 @@ def cleanupnode(ui, repo, name, nodes): 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