summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2011-02-19 12:08:02 +0100
committerMichael Cardell Widerkrantz <mc@hack.org>2011-02-19 12:08:02 +0100
commit44139a510ec483f126c8365f457c1d662decf717 (patch)
tree5e483456c9e2e488e7933bb8d3d3aee203dec839
parentd2f90b4458bdf4f42eba63a24036a428a9e6bfc3 (diff)
downloadmcwm-44139a510ec483f126c8365f457c1d662decf717.zip
Spelling in comment.
-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;