Fixed some typos

This commit is contained in:
Tomi Ollila 2024-01-04 19:42:26 +02:00 committed by Johan Malm
parent 6cf19d1cdb
commit 785a34e8ad
7 changed files with 10 additions and 10 deletions

View file

@ -72,7 +72,7 @@ struct input {
/*
* Virtual keyboards should not belong to seat->keyboard_group. As a result we
* need to be able to ascertain which wlr_keyboard key/modifer events come from
* need to be able to ascertain which wlr_keyboard key/modifier events come from
* and we achieve that by using `struct keyboard` which inherits `struct input`
* and adds keybord specific listeners and a wlr_keyboard pointer.
*/