From 0fc2a1188c2d7400be63debaf16339af49fa804a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Fri, 4 Dec 2020 20:08:22 +0100 Subject: [PATCH] codespell: currenly -> currently --- terminal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal.c b/terminal.c index 80c162bd..32395d76 100644 --- a/terminal.c +++ b/terminal.c @@ -2786,7 +2786,7 @@ term_ime_enable(struct terminal *term) term->ime.enabled = true; term_ime_reset(term); - /* IME is per seat - enable on all seat currenly focusing us */ + /* IME is per seat - enable on all seat currently focusing us */ tll_foreach(term->wl->seats, it) { if (it->item.kbd_focus == term) ime_enable(&it->item);