fix spelling I keep getting wrong for some unknown reason; found by and

diff from Alexander Polakov.
This commit is contained in:
okan 2011-09-13 09:17:30 +00:00
parent 796b32123d
commit 22f366830e

8
conf.c
View File

@ -67,10 +67,10 @@ conf_font(struct conf *c, struct screen_ctx *sc)
} }
static struct color color_binds[] = { static struct color color_binds[] = {
{ "#CCCCCC", 0 }, /* CWM_COLOR_BORDOR_ACTIVE */ { "#CCCCCC", 0 }, /* CWM_COLOR_BORDER_ACTIVE */
{ "#666666", 0 }, /* CWM_COLOR_BORDOR_INACTIVE */ { "#666666", 0 }, /* CWM_COLOR_BORDER_INACTIVE */
{ "blue", 0 }, /* CWM_COLOR_BORDOR_GROUP */ { "blue", 0 }, /* CWM_COLOR_BORDER_GROUP */
{ "red", 0 }, /* CWM_COLOR_BORDOR_UNGROUP */ { "red", 0 }, /* CWM_COLOR_BORDER_UNGROUP */
{ "black", 0 }, /* CWM_COLOR_FG_MENU */ { "black", 0 }, /* CWM_COLOR_FG_MENU */
{ "white", 0 }, /* CWM_COLOR_BG_MENU */ { "white", 0 }, /* CWM_COLOR_BG_MENU */
{ "black", 0 }, /* CWM_COLOR_FONT */ { "black", 0 }, /* CWM_COLOR_FONT */