commit 7f8d596bb515bba4a4b8e5b76db7e16e661c6641
parent 0d51a082e78ca698c390f0eca62e24e1ae0873fd
Author: Drew DeVault <sir@cmpwn.com>
Date: Mon, 2 May 2016 08:13:29 -0400
Merge pull request #629 from cyberhuman/master
fix a typo (horiziontal -> horizontal)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);