diff mercurial/progress.py @ 26781:1aee2ab0f902

spelling: trivial spell checking
author Mads Kiilerich <madski@unity3d.com>
date Sat, 17 Oct 2015 00:58:46 +0200
parents 72bccc1f26b1
children 2d20d1d2ea76
line wrap: on
line diff
--- a/mercurial/progress.py	Wed Oct 14 03:30:27 2015 -0400
+++ b/mercurial/progress.py	Sat Oct 17 00:58:46 2015 +0200
@@ -22,7 +22,7 @@
         ui._isatty(sys.stderr) or ui.configbool('progress', 'assume-tty'))
 
 def fmtremaining(seconds):
-    """format a number of remaining seconds in humain readable way
+    """format a number of remaining seconds in human readable way
 
     This will properly display seconds, minutes, hours, days if needed"""
     if seconds < 60: