Fix typos

This commit is contained in:
tokyo4j 2024-03-08 18:39:53 +09:00
parent e00f7cd6db
commit c207e18014
21 changed files with 40 additions and 40 deletions

View file

@ -78,7 +78,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/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.
* and adds keyboard specific listeners and a wlr_keyboard pointer.
*/
struct keyboard {
struct input base;