fix some small typos

This commit is contained in:
Merlin Büge 2022-04-06 20:04:19 +02:00
parent 58a1ffe724
commit c15462098e
3 changed files with 7 additions and 7 deletions

View file

@ -176,7 +176,7 @@ urls_input(struct seat *seat, struct terminal *term, uint32_t key,
char32_t wc = xkb_state_key_get_utf32(seat->kbd.xkb_state, key);
/*
* Determine if this is a valid key. I.e. if there is an URL
* Determine if this is a valid key. I.e. if there is a URL
* label with a key combo where this key is the next in
* sequence.
*/