aboutsummaryrefslogtreecommitdiff
path: root/sway
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2016-05-02 08:13:29 -0400
committerDrew DeVault <sir@cmpwn.com>2016-05-02 08:13:29 -0400
commit7f8d596bb515bba4a4b8e5b76db7e16e661c6641 (patch)
tree27e1001b21c2902b8be00a2091eec4cc823238ac /sway
parent0d51a082e78ca698c390f0eca62e24e1ae0873fd (diff)
parenta9123c38b29fc9440dd0b275f051ba66e450d2b6 (diff)
Merge pull request #629 from cyberhuman/master
fix a typo (horiziontal -> horizontal)
Diffstat (limited to 'sway')
-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);