diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2019-02-18 05:18:46 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2019-02-18 05:18:46 +0100 |
| commit | 76c7fb9f0f2af5ca8b8b87990745cc5f0b7e096d (patch) | |
| tree | e87b218b2c395af490278a4b57832e0e2e1f8062 | |
| parent | 519684bb447b449f33fdf5f49ebbf3f096895be4 (diff) | |
| parent | 4f27db23226993e80b8289e783d4c0101f7bdda4 (diff) | |
Merge pull request #3712 from RedSoxFan/fix-typo-seat-cursor
seat_cmd_cursor: fix typo in expected syntax
| -rw-r--r-- | sway/commands/seat/cursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/seat/cursor.c b/sway/commands/seat/cursor.c index 0c7609ea..085e6a33 100644 --- a/sway/commands/seat/cursor.c +++ b/sway/commands/seat/cursor.c @@ -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) { |
