changeset 5856:4ceeb828cda2

spelling: palette
author timeless@gmail.com
date Tue, 03 May 2016 12:09:18 +0000
parents 1048307eb1f5
children 85822ccb7c32
files kallithea/lib/vcs/utils/termcolors.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/lib/vcs/utils/termcolors.py	Tue May 03 12:09:01 2016 +0000
+++ b/kallithea/lib/vcs/utils/termcolors.py	Tue May 03 12:09:18 2016 +0000
@@ -123,7 +123,7 @@
 def parse_color_setting(config_string):
     """Parse a DJANGO_COLORS environment variable to produce the system palette
 
-    The general form of a pallete definition is:
+    The general form of a palette definition is:
 
         "palette;role=fg;role=fg/bg;role=fg,option,option;role=fg/bg,option,option"
 
@@ -135,7 +135,7 @@
         option is a display options.
 
     Specifying a named palette is the same as manually specifying the individual
-    definitions for each role. Any individual definitions following the pallete
+    definitions for each role. Any individual definitions following the palette
     definition will augment the base palette definition.
 
     Valid roles: