aboutsummaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2019-02-18 05:18:46 +0100
committerLibravatar GitHub <noreply@github.com>2019-02-18 05:18:46 +0100
commita1e171080d57d4dfda7fd793137620060d041667 (patch)
treee87b218b2c395af490278a4b57832e0e2e1f8062 /sway
parentMerge pull request #3713 from RedSoxFan/fix-mouse-bindings (diff)
parentseat_cmd_cursor: fix typo in expected syntax (diff)
downloadsway-a1e171080d57d4dfda7fd793137620060d041667.tar.gz
sway-a1e171080d57d4dfda7fd793137620060d041667.tar.zst
sway-a1e171080d57d4dfda7fd793137620060d041667.zip
Merge pull request #3712 from RedSoxFan/fix-typo-seat-cursor
seat_cmd_cursor: fix typo in expected syntax
Diffstat (limited to 'sway')
-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) {