commit a9123c38b29fc9440dd0b275f051ba66e450d2b6
parent d3f3619c3aed03ddd70afee41cb941320a551ed8
Author: Raman Varabets <roman.vorobets@gmail.com>
Date: Mon, 2 May 2016 19:18:15 +0800
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);