From 1c355f7b7f61a85578144b967aa50aa9e8f2cf36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 23 Mar 2021 13:37:45 +0100 Subject: [PATCH] ime: codespell: actaually -> actually --- ime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ime.c b/ime.c index 4137a949..6c65265d 100644 --- a/ime.c +++ b/ime.c @@ -385,7 +385,7 @@ ime_enable(struct seat *seat) struct terminal *term = seat->kbd_focus; - /* TODO: we’ve actaully seen text-input::enter without first + /* TODO: we’ve actually seen text-input::enter without first * seeing keyboard::enter... so perhaps we should check for this, * and... do what? Ignore IME completely, or do we need to call * ime_enable() from keyboard::enter too? */