From 22f366830e6fc06931f9e0a905e6c34fab0f7a20 Mon Sep 17 00:00:00 2001 From: okan Date: Tue, 13 Sep 2011 09:17:30 +0000 Subject: [PATCH] fix spelling I keep getting wrong for some unknown reason; found by and diff from Alexander Polakov. --- conf.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/conf.c b/conf.c index e8cd157..963a399 100644 --- a/conf.c +++ b/conf.c @@ -67,10 +67,10 @@ conf_font(struct conf *c, struct screen_ctx *sc) } static struct color color_binds[] = { - { "#CCCCCC", 0 }, /* CWM_COLOR_BORDOR_ACTIVE */ - { "#666666", 0 }, /* CWM_COLOR_BORDOR_INACTIVE */ - { "blue", 0 }, /* CWM_COLOR_BORDOR_GROUP */ - { "red", 0 }, /* CWM_COLOR_BORDOR_UNGROUP */ + { "#CCCCCC", 0 }, /* CWM_COLOR_BORDER_ACTIVE */ + { "#666666", 0 }, /* CWM_COLOR_BORDER_INACTIVE */ + { "blue", 0 }, /* CWM_COLOR_BORDER_GROUP */ + { "red", 0 }, /* CWM_COLOR_BORDER_UNGROUP */ { "black", 0 }, /* CWM_COLOR_FG_MENU */ { "white", 0 }, /* CWM_COLOR_BG_MENU */ { "black", 0 }, /* CWM_COLOR_FONT */