fixed typo

This commit is contained in:
lunacb 2021-12-20 23:03:31 -05:00 committed by Jente Hidskes
parent dfba2d8f9d
commit de03250ca0

2
seat.c
View file

@ -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); struct xkb_context *context = xkb_context_new(XKB_CONTEXT_NO_FLAGS);
if (!context) { if (!context) {
wlr_log(WLR_ERROR, "Unable to create XBK context"); wlr_log(WLR_ERROR, "Unable to create XKB context");
return; return;
} }