codespell: currenly -> currently, second instance

This commit is contained in:
Daniel Eklöf 2020-12-04 20:33:15 +01:00
parent 0fc2a1188c
commit e3b5a98ade
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -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);