input: codespell: indiciates -> indicates

This commit is contained in:
Daniel Eklöf 2025-01-22 07:51:00 +01:00
parent 5e65f3f07e
commit f62a5ed1ff
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1944,8 +1944,8 @@ UNITTEST
{ {
/* /*
* In the de(neo) layout, the Y key generates 'k'. This * In the de(neo) layout, the Y key generates 'k'. This
* means we should get a key+alternate that indiciates * means we should get a key+alternate that indicates 'k',
* 'k', but a base key that is 'y'. * but a base key that is 'y'.
*/ */
xkb_mod_mask_t mods = 1u << seat.kbd.mod_shift | 1u << seat.kbd.mod_alt; xkb_mod_mask_t mods = 1u << seat.kbd.mod_shift | 1u << seat.kbd.mod_alt;
keyboard_modifiers(&seat, NULL, 1337, mods, 0, 0, 1); keyboard_modifiers(&seat, NULL, 1337, mods, 0, 0, 1);