ime: codespell: actaually -> actually

This commit is contained in:
Daniel Eklöf 2021-03-23 13:37:45 +01:00
parent e8ffb05bc7
commit 1c355f7b7f
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

2
ime.c
View file

@ -385,7 +385,7 @@ ime_enable(struct seat *seat)
struct terminal *term = seat->kbd_focus; struct terminal *term = seat->kbd_focus;
/* TODO: weve actaully seen text-input::enter without first /* TODO: weve actually seen text-input::enter without first
* seeing keyboard::enter... so perhaps we should check for this, * seeing keyboard::enter... so perhaps we should check for this,
* and... do what? Ignore IME completely, or do we need to call * and... do what? Ignore IME completely, or do we need to call
* ime_enable() from keyboard::enter too? */ * ime_enable() from keyboard::enter too? */