diff options
author | Antonin Décimo <antonin.decimo@gmail.com> | 2020-07-21 17:43:12 +0200 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2020-07-21 17:45:09 +0200 |
commit | 7c7afa3b297d17bb36fd1d112485ebf6b9a40c5b (patch) | |
tree | e7d703ea2c6a3eec29138a5f7f8a09a0fa9aa135 | |
parent | b513981378f0ba79a5d3b80b7410addf5595a8ee (diff) | |
download | sway-7c7afa3b297d17bb36fd1d112485ebf6b9a40c5b.tar.xz |
Fix typos in man page.
-rw-r--r-- | sway/sway.5.scd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sway/sway.5.scd b/sway/sway.5.scd index 65ae9087..1ca82f7b 100644 --- a/sway/sway.5.scd +++ b/sway/sway.5.scd @@ -217,8 +217,8 @@ set|plus|minus <amount> *move* [absolute] position <pos_x> [px|ppt] <pos_y> [px|ptt] Moves the focused container to the specified position in the workspace. - The position can be specified in pixels or percentage points, ommitting - the unit defualts to pixels. If _absolute_ is used, the position is + The position can be specified in pixels or percentage points, omitting + the unit defaults to pixels. If _absolute_ is used, the position is relative to all outputs. _absolute_ can not be used with percentage points. *move* [absolute] position center |