fixed typo

This commit is contained in:
lunacb 2021-12-20 23:03:31 -05:00
parent 388d60d6b8
commit 56c19e7dc3

2
seat.c
View file

@ -351,7 +351,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;
}