diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-11-28 11:35:20 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2021-11-28 11:35:20 -0800 |
commit | 97390d9e15c0c7ac8c69de42e1be1028ae846aad (patch) | |
tree | 902a3de4ebb51039311bebf8d303c441fb905b97 | |
parent | f8b240e897ed68b90c116ce4c2f8814e71e5aa97 (diff) |
Fix "upercase" typo
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | symbols.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1778,7 +1778,7 @@ KSIsUpper(KeySym ks) * * Simple recipe: * - ONE_LEVEL for width 0/1 - * - ALPHABETIC for 2 shift levels, with lower/upercase + * - ALPHABETIC for 2 shift levels, with lower/uppercase * - KEYPAD for keypad keys. * - TWO_LEVEL for other 2 shift level keys. * and the same for four level keys. |