mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 12:33:50 +01:00
swaymsg: Fix spelling in error message
This commit is contained in:
parent
8dae168b77
commit
cb2a3e9036
@ -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));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user