mirror of
https://github.com/labwc/labwc.git
synced 2026-03-19 05:33:53 -04:00
Fix various typos across the codebase
This commit is contained in:
parent
60aab98e8d
commit
be37f9a564
21 changed files with 40 additions and 40 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue