aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorokan2011-07-14 11:39:53 +0000
committerokan2011-07-14 11:39:53 +0000
commit53b7330bd878e0239dad070d7049347c8423f10e (patch)
tree74d60c2276b169483c3d9c893acd9c8711dc0b53 /conf.c
parent5da15f4cdec08345db8271d94648ce7cb1166c8d (diff)
downloadcwm-53b7330bd878e0239dad070d7049347c8423f10e.tar.gz
correct spelling; from Alexander Polakov.
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.c b/conf.c
index 975732c..1066c49 100644
--- a/conf.c
+++ b/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);