From f62a5ed1ff139b70d6c12ee3033cc956c3d93723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Wed, 22 Jan 2025 07:51:00 +0100 Subject: [PATCH] input: codespell: indiciates -> indicates --- input.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/input.c b/input.c index 4f136181..7e0f3e58 100644 --- a/input.c +++ b/input.c @@ -1944,8 +1944,8 @@ UNITTEST { /* * In the de(neo) layout, the Y key generates 'k'. This - * means we should get a key+alternate that indiciates - * 'k', but a base key that is 'y'. + * means we should get a key+alternate that indicates 'k', + * but a base key that is 'y'. */ xkb_mod_mask_t mods = 1u << seat.kbd.mod_shift | 1u << seat.kbd.mod_alt; keyboard_modifiers(&seat, NULL, 1337, mods, 0, 0, 1);