diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-09-01 13:33:30 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-09-01 13:33:30 -0400 |
commit | da6596d30cd441aafd08423cbcdbe95f9e9e5d4a (patch) | |
tree | 2162c49165d6fcf6eae73940e20f47d99b4ea49e /sway.5.txt | |
parent | 569c6710a976f92518754c6f7fe2840caa9edda2 (diff) | |
parent | 5726c95a451ac14b9a60626188c1d2b3514a226c (diff) |
Merge pull request #161 from aouelete/master
Fixed a couple of typos in man pages
Diffstat (limited to 'sway.5.txt')
-rw-r--r-- | sway.5.txt | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ sway - configuration file and commands Description ----------- -A sway configuration file is a list of sway commands that are exected by sway on +A sway configuration file is a list of sway commands that are executed by sway on startup. These commands usually consist of setting your preferences and setting key bindings. An example config is likely present in /etc/sway/config for you to check out. @@ -104,7 +104,7 @@ Commands commands. **split** <vertical|v|horizontal|h>:: - Splits the current container, vertically or horiziontally. + Splits the current container, vertically or horizontally. **splith**:: Equivalent to **split horizontal**. |