seat_cmd_cursor: fix typo in expected syntax

This just fixes a typo in the expected syntax for seat_cmd_cursor
This commit is contained in:
Brian Ashworth 2019-02-17 20:16:23 -05:00 committed by Drew DeVault
parent 34f5c1e7c4
commit 0940a46c11
1 changed files with 1 additions and 1 deletions

View File

@ -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) {