From a632190a5a8b1b6653197dddcd3e099971714c87 Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Tue, 27 Dec 2011 21:13:13 +0200 Subject: correct small typo --- config.def.h | 2 +- config.h | 4 ++-- 2 files changed, 3 insertions(+), 3 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 **/ diff --git a/config.h b/config.h index 626a657..19d836f 100644 --- a/config.h +++ b/config.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 **/ @@ -46,7 +46,7 @@ /** open applications to specified desktop **/ static const AppRule rules[] = { \ /* class desktop follow */ - { "MPlayer", 3, True }, + { "MPlayer", 3, True }, }; /* helper for spawning shell commands */ -- cgit v1.3.1