diff hgext/histedit.py @ 18644:3e92772d5383

spelling: fix some minor issues found by spell checker
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 10 Feb 2013 18:24:29 +0100
parents 909cb9ddba4a
children 79580b3140cd
line wrap: on
line diff
--- a/hgext/histedit.py	Fri Feb 08 23:26:00 2013 +0100
+++ b/hgext/histedit.py	Sun Feb 10 18:24:29 2013 +0100
@@ -179,7 +179,7 @@
 def commitfuncfor(repo, src):
     """Build a commit function for the replacement of <src>
 
-    This function ensure we apply the same treatement to all changesets.
+    This function ensure we apply the same treatment to all changesets.
 
     - Add a 'histedit_source' entry in extra.
 
@@ -626,7 +626,7 @@
                                      newchildren)
         replacements.extend(repl)
     elif newchildren:
-        # otherwize update "parentctx" before proceding to further operation
+        # otherwise update "parentctx" before proceeding to further operation
         parentctx = repo[newchildren[-1]]
     return parentctx, replacements