aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2016-05-02 19:18:15 +0800
committerFurkan Sahin <furkan-dev@proton.me>2016-05-02 19:18:15 +0800
commitfcd6a82eb1f21a6321b6e8657b95ce15cd9e7e1f (patch)
treeaa944fa4f198f3bb71620c0e6c7a69a8b2acbe2d
parent137d474dea74a6b92040da3f70b6a9ad1e7d7b3e (diff)
fix a typo (horiziontal -> horizontal)
-rw-r--r--sway/commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 73e9ffaf..9b0356c4 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -2113,7 +2113,7 @@ static struct cmd_results *cmd_split(int argc, char **argv) {
}
} else {
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 cmd_results_new(CMD_SUCCESS, NULL, NULL);