treewide: fix typos

Signed-off-by: default avatarDiego Viola <diego.viola@gmail.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/2138>

---------------------------------------------------------------------------

One of the spelling errors was moved to another file and fixed there

Signed-off-by: stefan11111 <stefan11111@shitposting.expert>
This commit is contained in:
Diego Viola
2026-03-15 14:05:57 +02:00
committed by Enrico Weigelt
parent e6a0fa4b0c
commit 639551d032
8 changed files with 9 additions and 9 deletions

View File

@@ -1509,7 +1509,7 @@ CurrentOrOldMasterKeyboard(DeviceIntPtr dev)
if (!kbd)
return NULL;
/* if dev is a pointer the saved master is a master pointer,
* we want the keybard */
* we want the keyboard */
return GetMaster(kbd, MASTER_KEYBOARD);
}