spelling: capitalized

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-05-05 21:33:23 -04:00
parent f8a107eaeb
commit 5e6cc0ae19
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ XWindowsKeyState::updateKeysymMapXKB(barrier::KeyMap& keyMap)
(type->preserve[j].mask & LockMask) != 0) { (type->preserve[j].mask & LockMask) != 0) {
// sensitive caps lock and we preserve caps-lock. // sensitive caps lock and we preserve caps-lock.
// preserving caps-lock means we Xlib functions would // preserving caps-lock means we Xlib functions would
// yield the capitialized KeySym so we'll adjust the // yield the capitalized KeySym so we'll adjust the
// level accordingly. // level accordingly.
if ((level ^ 1) < type->num_levels) { if ((level ^ 1) < type->num_levels) {
level ^= 1; level ^= 1;