mirror of
https://github.com/swaywm/sway.git
synced 2025-11-26 06:59:59 -05:00
treewide: fix typos
This commit is contained in:
parent
ec7d3f181d
commit
af294289b1
3 changed files with 3 additions and 3 deletions
|
|
@ -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>'");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue