mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-27 07:58:15 +01:00
Merge pull request #3712 from RedSoxFan/fix-typo-seat-cursor
seat_cmd_cursor: fix typo in expected syntax
This commit is contained in:
commit
a1e171080d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ static struct cmd_results *press_or_release(struct sway_cursor *cursor,
|
|||
|
||||
static const char expected_syntax[] = "Expected 'cursor <move> <x> <y>' or "
|
||||
"'cursor <set> <x> <y>' or "
|
||||
"'curor <press|release> <button[1-9]|event-name-or-code>'";
|
||||
"'cursor <press|release> <button[1-9]|event-name-or-code>'";
|
||||
|
||||
static struct cmd_results *handle_command(struct sway_cursor *cursor,
|
||||
int argc, char **argv) {
|
||||
|
|
Loading…
Add table
Reference in a new issue