mirror of
https://github.com/swaywm/sway.git
synced 2024-11-21 23:41:27 +00:00
input_cmd_click_method: fix typo in error text
This commit is contained in:
parent
2270b4c213
commit
eeb90a7963
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue