treewide: fix typos

This commit is contained in:
Torstein Husebø 2020-01-31 12:35:40 +01:00 committed by Drew DeVault
parent ec7d3f181d
commit af294289b1
3 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ struct cmd_results *bar_cmd_gaps(int argc, char **argv) {
int amount = strtol(argv[i], &end, 10);
if (strlen(end) && strcasecmp(end, "px") != 0) {
return cmd_results_new(CMD_INVALID,
"Expected 'bar [<bar-id>] gaps <all> | <horizonal> "
"Expected 'bar [<bar-id>] gaps <all> | <horizontal> "
"<vertical> | <top> <right> <bottom> <left>'");
}