histedit: fix comment in newnodestoabort
authortimeless <timeless@mozdev.org>
Wed, 30 Dec 2015 04:04:51 +0000
changeset 27604 0e0e25a5e12a
parent 27603 8a87627d263a
child 27605 7793b3e220f6
histedit: fix comment in newnodestoabort
hgext/histedit.py
--- a/hgext/histedit.py	Wed Dec 30 04:02:04 2015 +0000
+++ b/hgext/histedit.py	Wed Dec 30 04:04:51 2015 +0000
@@ -1283,7 +1283,7 @@
     1) the list of final node
     2) the list of temporary node
 
-    This meant to be used on abort as less data are required in this case.
+    This is meant to be used on abort as less data are required in this case.
     """
     replacements = state.replacements
     allsuccs = set()