summaryrefslogtreecommitdiff
path: root/app/cwm/conf.c
diff options
context:
space:
mode:
authorOkan Demirmen <okan@cvs.openbsd.org>2011-07-14 11:39:54 +0000
committerOkan Demirmen <okan@cvs.openbsd.org>2011-07-14 11:39:54 +0000
commit3497d6ff8a1adfaeacd9fe429481c3972388f68b (patch)
tree8d41ae365f5d60b8baee2ea2c90a00c9f50a8194 /app/cwm/conf.c
parent13132217a5bf39ed3a22bf932418d191adccb2e5 (diff)
correct spelling; from Alexander Polakov.
Diffstat (limited to 'app/cwm/conf.c')
-rw-r--r--app/cwm/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/cwm/conf.c b/app/cwm/conf.c
index 975732cd0..1066c4996 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.86 2011/06/25 13:37:05 okan Exp $
+ * $OpenBSD: conf.c,v 1.87 2011/07/14 11:39:53 okan Exp $
*/
#include <sys/param.h>
@@ -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);