diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2011-09-13 09:17:31 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2011-09-13 09:17:31 +0000 |
commit | 544b87cdab072bcf9d4b122301a7c48cd28d4784 (patch) | |
tree | 5a91eb9e2a4ba26c3e5ba01b1716ff4c594b1a0d /app/cwm | |
parent | 6e8f97bc52fb07f5ec79442e965e86260074d19c (diff) |
fix spelling I keep getting wrong for some unknown reason; found by and
diff from Alexander Polakov.
Diffstat (limited to 'app/cwm')
-rw-r--r-- | app/cwm/conf.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/cwm/conf.c b/app/cwm/conf.c index 93bac36b8..5e8642e5f 100644 --- a/app/cwm/conf.c +++ b/app/cwm/conf.c @@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $OpenBSD: conf.c,v 1.96 2011/09/08 12:35:33 okan Exp $ + * $OpenBSD: conf.c,v 1.97 2011/09/13 09:17:30 okan Exp $ */ #include <sys/param.h> @@ -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 */ |