aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-02-18 05:18:46 +0100
committerGitHub <noreply@github.com>2019-02-18 05:18:46 +0100
commita1e171080d57d4dfda7fd793137620060d041667 (patch)
treee87b218b2c395af490278a4b57832e0e2e1f8062
parente625c0b18ce9fe7474821c7a88a50b65c9c320f3 (diff)
parent73c8e63438efff8f43271812505f32c829bd4a98 (diff)
downloadsway-a1e171080d57d4dfda7fd793137620060d041667.zip
sway-a1e171080d57d4dfda7fd793137620060d041667.tar.gz
sway-a1e171080d57d4dfda7fd793137620060d041667.tar.bz2
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/seat/cursor.c b/sway/commands/seat/cursor.c
index 0c7609e..085e6a3 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) {