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 e67fcb8..1a23fc8 100644 --- a/config.def.h +++ b/config.def.h @@ -63,7 +63,7 @@ static const int THUMB_SIZE = 3; #endif #ifdef _MAPPINGS_CONFIG -/* Following modifiers (NumLock | CapsLock) will be ignored when processing keybindings */ +/* following modifiers (NumLock | CapsLock) will be ignored when processing keybindings */ static const int ignore_mask = Mod2Mask | LockMask; /* abort the keyhandler */ |