correct spelling; from Alexander Polakov.

This commit is contained in:
okan
2011-07-14 11:39:53 +00:00
parent 3db2d84fa8
commit c585dfbf32
4 changed files with 5 additions and 5 deletions

2
conf.c
View File

@ -202,7 +202,7 @@ conf_init(struct conf *c)
strlcpy(c->termpath, "xterm", sizeof(c->termpath));
strlcpy(c->lockpath, "xlock", sizeof(c->lockpath));
c->color[CWM_COLOR_BORDOR_ACTIVE].name =
c->color[CWM_COLOR_BORDER_ACTIVE].name =
xstrdup(CONF_COLOR_ACTIVEBORDER);
c->color[CWM_COLOR_BORDER_INACTIVE].name =
xstrdup(CONF_COLOR_INACTIVEBORDER);