diff options
author | Michael Cardell Widerkrantz <mc@hack.org> | 2011-02-19 12:08:02 +0100 |
---|---|---|
committer | Michael Cardell Widerkrantz <mc@hack.org> | 2011-02-19 12:08:02 +0100 |
commit | 44139a510ec483f126c8365f457c1d662decf717 (patch) | |
tree | 5e483456c9e2e488e7933bb8d3d3aee203dec839 | |
parent | d2f90b4458bdf4f42eba63a24036a428a9e6bfc3 (diff) | |
download | mcwm-44139a510ec483f126c8365f457c1d662decf717.zip |
Spelling in comment.
-rw-r--r-- | mcwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |