Skip to content

Commit

Permalink
seat_cmd_cursor: fix typo in expected syntax
Browse files Browse the repository at this point in the history
This just fixes a typo in the expected syntax for seat_cmd_cursor
  • Loading branch information
RedSoxFan authored and ddevault committed Feb 18, 2019
1 parent 34f5c1e commit 0940a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sway/commands/seat/cursor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 0940a46

Please sign in to comment.