From e6a937cb52d8acd43b1d4fe8c8c02dfe44dd4cc9 Mon Sep 17 00:00:00 2001 From: Victor Makarov Date: Fri, 15 Apr 2022 10:05:49 +0300 Subject: [PATCH] fix --- sway/commands/input/xkb_switch_layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sway/commands/input/xkb_switch_layout.c b/sway/commands/input/xkb_switch_layout.c index ed9f74167..b266edd74 100644 --- a/sway/commands/input/xkb_switch_layout.c +++ b/sway/commands/input/xkb_switch_layout.c @@ -93,7 +93,7 @@ struct cmd_results *input_cmd_xkb_switch_layout(int argc, char **argv) { wl_list_for_each_safe(action, tmp, &actions, link) { free(action); } - return cmd_results_new(CMD_FAILURE, "Unable to allocate mode"); + return cmd_results_new(CMD_FAILURE, "Unable to allocate action"); } action->keyboard = dev->wlr_device->keyboard;