diff options
author | okan | 2011-07-14 11:39:53 +0000 |
---|---|---|
committer | okan | 2011-07-14 11:39:53 +0000 |
commit | 53b7330bd878e0239dad070d7049347c8423f10e (patch) | |
tree | 74d60c2276b169483c3d9c893acd9c8711dc0b53 /conf.c | |
parent | 5da15f4cdec08345db8271d94648ce7cb1166c8d (diff) | |
download | cwm-53b7330bd878e0239dad070d7049347c8423f10e.tar.gz |
correct spelling; from Alexander Polakov.
Diffstat (limited to '')
-rw-r--r-- | conf.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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); |