summaryrefslogtreecommitdiffstats
path: root/sway
diff options
context:
space:
mode:
authorLibravatar Raman Varabets <roman.vorobets@gmail.com>2016-05-02 19:18:15 +0800
committerLibravatar Raman Varabets <roman.vorobets@gmail.com>2016-05-02 19:18:33 +0800
commita9123c38b29fc9440dd0b275f051ba66e450d2b6 (patch)
treeaa944fa4f198f3bb71620c0e6c7a69a8b2acbe2d /sway
parentMerge pull request #627 from mikkeloscar/update-title-when-tabbed (diff)
downloadsway-a9123c38b29fc9440dd0b275f051ba66e450d2b6.tar.gz
sway-a9123c38b29fc9440dd0b275f051ba66e450d2b6.tar.zst
sway-a9123c38b29fc9440dd0b275f051ba66e450d2b6.zip
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) {
2113 } 2113 }
2114 } else { 2114 } else {
2115 error = cmd_results_new(CMD_FAILURE, "split", 2115 error = cmd_results_new(CMD_FAILURE, "split",
2116 "Invalid split command (expected either horiziontal or vertical)."); 2116 "Invalid split command (expected either horizontal or vertical).");
2117 return error; 2117 return error;
2118 } 2118 }
2119 return cmd_results_new(CMD_SUCCESS, NULL, NULL); 2119 return cmd_results_new(CMD_SUCCESS, NULL, NULL);