From e3b5a98ade9817a0288bdd4b78263c9961e77241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 4 Dec 2020 20:33:15 +0100 Subject: [PATCH] codespell: currenly -> currently, second instance --- terminal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal.c b/terminal.c index 32395d76..215304ec 100644 --- a/terminal.c +++ b/terminal.c @@ -2806,7 +2806,7 @@ term_ime_disable(struct terminal *term) term->ime.enabled = false; term_ime_reset(term); - /* IME is per seat - disable on all seat currenly focusing us */ + /* IME is per seat - disable on all seat currently focusing us */ tll_foreach(term->wl->seats, it) { if (it->item.kbd_focus == term) ime_disable(&it->item);