codespell: currenly -> currently

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

View file

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