diff options
Diffstat (limited to 'sway/commands/bar')
-rw-r--r-- | sway/commands/bar/gaps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/bar/gaps.c b/sway/commands/bar/gaps.c index f99966b4..9fa3e756 100644 --- a/sway/commands/bar/gaps.c +++ b/sway/commands/bar/gaps.c @@ -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>'"); } |