diff options
author | morganamilo <morganamilo@gmail.com> | 2018-05-03 21:43:54 +0100 |
---|---|---|
committer | morganamilo <morganamilo@gmail.com> | 2018-05-03 21:43:54 +0100 |
commit | 5bd170b2f35e53494d342a8a9f02a7f986f7c45d (patch) | |
tree | 494d785291774e0159d825469586d115e622e189 | |
parent | 093b49cb6825304ed9f7d533f34f39e31bda50b4 (diff) |
Fix typos in documentation
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | protocol/wlr-layer-shell-unstable-v1.xml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -25,7 +25,7 @@ code you were going to write anyway. wlroots implements a huge variety of Wayland compositor features and implements them *right*, so you can focus on the features that make your compositor unique. By using wlroots, you get high performance, excellent hardware -compatability, broad support for many wayland interfaces, and comfortable +compatibility, broad support for many wayland interfaces, and comfortable development tools - or any subset of these features you like, because all of them work independently of one another and freely compose with anything you want to implement yourself. diff --git a/protocol/wlr-layer-shell-unstable-v1.xml b/protocol/wlr-layer-shell-unstable-v1.xml index 6a5d5d35..216e0d9f 100644 --- a/protocol/wlr-layer-shell-unstable-v1.xml +++ b/protocol/wlr-layer-shell-unstable-v1.xml @@ -140,7 +140,7 @@ how they should interact with surfaces that do. If set to zero, the surface indicates that it would like to be moved to avoid occluding surfaces with a positive excluzive zone. If set to -1, the surface - indicates that it would not like to be moved to accomodate for other + indicates that it would not like to be moved to accommodate for other surfaces, and the compositor should extend it all the way to the edges it is anchored to. |