mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-10-29 05:40:19 -04:00
fixed typo
This commit is contained in:
parent
dfba2d8f9d
commit
de03250ca0
1 changed files with 1 additions and 1 deletions
2
seat.c
2
seat.c
|
|
@ -342,7 +342,7 @@ handle_new_keyboard(struct cg_seat *seat, struct wlr_input_device *device)
|
|||
{
|
||||
struct xkb_context *context = xkb_context_new(XKB_CONTEXT_NO_FLAGS);
|
||||
if (!context) {
|
||||
wlr_log(WLR_ERROR, "Unable to create XBK context");
|
||||
wlr_log(WLR_ERROR, "Unable to create XKB context");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue