sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit a1e171080d57d4dfda7fd793137620060d041667
parent e625c0b18ce9fe7474821c7a88a50b65c9c320f3
Author: Drew DeVault <sir@cmpwn.com>
Date:   Mon, 18 Feb 2019 05:18:46 +0100

Merge pull request #3712 from RedSoxFan/fix-typo-seat-cursor

seat_cmd_cursor: fix typo in expected syntax
Diffstat:
Msway/commands/seat/cursor.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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) {