aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands/seat
diff options
context:
space:
mode:
authorLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-02-17 20:16:23 -0500
committerLibravatar Brian Ashworth <bosrsf04@gmail.com>2019-02-17 20:16:23 -0500
commit73c8e63438efff8f43271812505f32c829bd4a98 (patch)
tree4506342508cde68cac016482e5650a9f080c3492 /sway/commands/seat
parentworkspace_next_name: fallback to next available number (diff)
downloadsway-73c8e63438efff8f43271812505f32c829bd4a98.tar.gz
sway-73c8e63438efff8f43271812505f32c829bd4a98.tar.zst
sway-73c8e63438efff8f43271812505f32c829bd4a98.zip
seat_cmd_cursor: fix typo in expected syntax
This just fixes a typo in the expected syntax for seat_cmd_cursor
Diffstat (limited to 'sway/commands/seat')
-rw-r--r--sway/commands/seat/cursor.c2
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,
12 12
13static const char expected_syntax[] = "Expected 'cursor <move> <x> <y>' or " 13static const char expected_syntax[] = "Expected 'cursor <move> <x> <y>' or "
14 "'cursor <set> <x> <y>' or " 14 "'cursor <set> <x> <y>' or "
15 "'curor <press|release> <button[1-9]|event-name-or-code>'"; 15 "'cursor <press|release> <button[1-9]|event-name-or-code>'";
16 16
17static struct cmd_results *handle_command(struct sway_cursor *cursor, 17static struct cmd_results *handle_command(struct sway_cursor *cursor,
18 int argc, char **argv) { 18 int argc, char **argv) {