mirror of
https://github.com/swaywm/sway.git
synced 2024-12-29 00:16:22 +01:00
fix a typo (horiziontal -> horizontal)
This commit is contained in:
parent
d3f3619c3a
commit
a9123c38b2
1 changed files with 1 additions and 1 deletions
|
@ -2113,7 +2113,7 @@ static struct cmd_results *cmd_split(int argc, char **argv) {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
error = cmd_results_new(CMD_FAILURE, "split",
|
error = cmd_results_new(CMD_FAILURE, "split",
|
||||||
"Invalid split command (expected either horiziontal or vertical).");
|
"Invalid split command (expected either horizontal or vertical).");
|
||||||
return error;
|
return error;
|
||||||
}
|
}
|
||||||
return cmd_results_new(CMD_SUCCESS, NULL, NULL);
|
return cmd_results_new(CMD_SUCCESS, NULL, NULL);
|
||||||
|
|
Loading…
Reference in a new issue