Merge pull request #629 from cyberhuman/master

fix a typo (horiziontal -> horizontal)
master
Drew DeVault 9 years ago
commit 7f8d596bb5

@ -2113,7 +2113,7 @@ static struct cmd_results *cmd_split(int argc, char **argv) {
} }
} else { } else {
error = cmd_results_new(CMD_FAILURE, "split", 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 error;
} }
return cmd_results_new(CMD_SUCCESS, NULL, NULL); return cmd_results_new(CMD_SUCCESS, NULL, NULL);

Loading…
Cancel
Save