diff hgext/rebase.py @ 19951:d51c4d85ec23 stable

spelling: random spell checker fixes
author Mads Kiilerich <madski@unity3d.com>
date Thu, 24 Oct 2013 01:49:56 +0800
parents 0f99747202f9
children 2160c2e0d7d1
line wrap: on
line diff
--- a/hgext/rebase.py	Thu Oct 17 16:13:15 2013 +0800
+++ b/hgext/rebase.py	Thu Oct 24 01:49:56 2013 +0800
@@ -636,7 +636,7 @@
         raise util.Abort(_('no rebase in progress'))
 
 def inrebase(repo, originalwd, state):
-    '''check whether the workdir is in an interrupted rebase'''
+    '''check whether the working dir is in an interrupted rebase'''
     parents = [p.rev() for p in repo.parents()]
     if originalwd in parents:
         return True