From de03250ca00426d27c5361666e949b532354b7e3 Mon Sep 17 00:00:00 2001 From: lunacb Date: Mon, 20 Dec 2021 23:03:31 -0500 Subject: [PATCH] fixed typo --- seat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seat.c b/seat.c index 2bf1614..f155506 100644 --- a/seat.c +++ b/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; }