diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 1dd58aa..2618b62 100644 --- a/config.def.h +++ b/config.def.h @@ -23,7 +23,7 @@ /** buttons **/ #define MOD1 Mod1Mask /* ALT key */ #define MOD4 Mod4Mask /* Super/Windows key */ -#define CONTROL ControlMask /* Cotrol key */ +#define CONTROL ControlMask /* Control key */ #define SHIFT ShiftMask /* Shift key */ /** generic settings **/ |
