sway

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

commit cb2a3e90360ed852f3ee46dfef3d28e69f4c3346
parent 8dae168b77173f086880db0878f0a4b34a53e8b3
Author: Nicolas Braud-Santoni <nicolas@braud-santoni.eu>
Date:   Sat,  5 May 2018 20:40:34 +0200

swaymsg: Fix spelling in error message

Diffstat:
Mswaymsg/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swaymsg/main.c b/swaymsg/main.c @@ -32,7 +32,7 @@ static void pretty_print_cmd(json_object *r) { if (!success(r, true)) { json_object *error; if (!json_object_object_get_ex(r, "error", &error)) { - printf("An unknkown error occured"); + printf("An unknkown error occurred"); } else { printf("Error: %s\n", json_object_get_string(error)); }