diff options
author | Torstein Husebø <torstein@huseboe.net> | 2020-01-31 12:35:40 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-02-18 21:53:57 +0100 |
commit | af294289b10ac4ae992f591be13ea4a1444e93e9 (patch) | |
tree | b1498179974f87008fe4b188c37cc3bfed51e79c /sway/commands | |
parent | ec7d3f181d9e188adc5ce0288885a8b120f6c34a (diff) |
treewide: fix typos
Diffstat (limited to 'sway/commands')
-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>'"); } |