summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 11:35:20 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2021-11-28 11:35:20 -0800
commit97390d9e15c0c7ac8c69de42e1be1028ae846aad (patch)
tree902a3de4ebb51039311bebf8d303c441fb905b97
parentf8b240e897ed68b90c116ce4c2f8814e71e5aa97 (diff)
downloadxorg-app-xkbcomp-97390d9e15c0c7ac8c69de42e1be1028ae846aad.tar.gz
Fix "upercase" typo
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--symbols.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbols.c b/symbols.c
index 21c92be..6fa7742 100644
--- a/symbols.c
+++ b/symbols.c
@@ -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.