summaryrefslogtreecommitdiff
path: root/mcwm.c
diff options
context:
space:
mode:
Diffstat (limited to 'mcwm.c')
-rw-r--r--mcwm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcwm.c b/mcwm.c
index 6f56783..0dc2e2b 100644
--- a/mcwm.c
+++ b/mcwm.c
@@ -204,7 +204,7 @@ struct conf
{
bool borders; /* Do we draw borders? */
char *terminal; /* Path to terminal to start. */
- uint32_t focuscol; /* Focused bored colour. */
+ uint32_t focuscol; /* Focused border colour. */
uint32_t unfocuscol; /* Unfocused border colour. */
uint32_t fixedcol; /* Fixed windows border colour. */
} conf;