about summary refs log tree commit diff
path: root/conf.c
diff options
context:
space:
mode:
authorokan <okan>2011-07-14 11:39:53 +0000
committerokan <okan>2011-07-14 11:39:53 +0000
commitc585dfbf32b69daa483ad129cc2349ce26102dec (patch)
tree9d58c1ba78a0bd0ae4d085e5282d539eada9d2e0 /conf.c
parent3db2d84fa8b36f43a72be28fe2c6700e70849552 (diff)
downloadcwm-c585dfbf32b69daa483ad129cc2349ce26102dec.tar.gz
cwm-c585dfbf32b69daa483ad129cc2349ce26102dec.tar.xz
cwm-c585dfbf32b69daa483ad129cc2349ce26102dec.zip
correct spelling; from Alexander Polakov.
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.c b/conf.c
index 2a34d32..dc4d0c0 100644
--- a/conf.c
+++ b/conf.c
@@ -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);