diff hgext/color.py @ 21024:7731a2281cf0

spelling: fixes from spell checker
author Mads Kiilerich <madski@unity3d.com>
date Sun, 13 Apr 2014 19:01:00 +0200
parents a8db48e997b5
children b775a2029e8d
line wrap: on
line diff
--- a/hgext/color.py	Sun Apr 13 19:01:00 2014 +0200
+++ b/hgext/color.py	Sun Apr 13 19:01:00 2014 +0200
@@ -438,7 +438,7 @@
     _styles = {}
     for effect in _effects.keys():
         _styles[effect] = effect
-    ui.write(('colormode: %s\n') % ui._colormode)
+    ui.write(('color mode: %s\n') % ui._colormode)
     ui.write(_('available colors:\n'))
     for label, colors in _styles.items():
         ui.write(('%s\n') % colors, label=label)