mirror of
https://github.com/swaywm/sway.git
synced 2024-11-25 17:31:28 +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;
|
ic->click_method = LIBINPUT_CONFIG_CLICK_METHOD_CLICKFINGER;
|
||||||
} else {
|
} else {
|
||||||
return cmd_results_new(CMD_INVALID,
|
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);
|
return cmd_results_new(CMD_SUCCESS, NULL);
|
||||||
|
|
Loading…
Reference in a new issue