fix some small typos

This commit is contained in:
Merlin Büge 2022-04-06 20:04:19 +02:00 committed by Daniel Eklöf
parent a1796ba5cd
commit 5539eac590
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
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.
*/