fix tiny typo

This commit is contained in:
Dave Davenport 2015-02-07 14:04:57 +01:00
parent fda5badeb6
commit 00e48fdcf7
1 changed files with 1 additions and 1 deletions

View File

@ -2269,7 +2269,7 @@ static void parse_key ( char *combo, unsigned int *mod, KeySym *key )
// If no modifier mask is set, allow any modifier.
*mod = modmask ? modmask : AnyModifier;
// Skip modifier (if exist( and parse key.
// Skip modifier (if exist) and parse key.
char i = strlen ( combo );
while ( i > 0 && !strchr ( "-+", combo[i - 1] ) ) {