From 56c19e7dc3627e123dc34715afb039f898f68498 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 806b957..7ef98c2 100644 --- a/seat.c +++ b/seat.c @@ -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; }