Skip to content

Commit

Permalink
commands/input: fix typo in click_method error text
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene committed Jun 19, 2020
1 parent b3f0859 commit 6013c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sway/commands/input/click_method.c
Expand Up @@ -23,7 +23,7 @@ struct cmd_results *input_cmd_click_method(int argc, char **argv) {
ic->click_method = LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER;
} else {
return cmd_results_new(CMD_INVALID,
"Expected 'click_method <none|button_areas|clickfinger'>");
"Expected 'click_method <none|button_areas|clickfinger>'");
}

return cmd_results_new(CMD_SUCCESS, NULL);
Expand Down

0 comments on commit 6013c4e

Please sign in to comment.