diff options
| author | Martin Olsson <martin@minimum.se> | 2012-07-09 15:50:39 +0200 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-07-09 18:03:56 -0400 |
| commit | fc0c2e04c50c2ba60272270d1a71ec57a42e7b5b (patch) | |
| tree | ed9368c5d82d5959f7ee736bd35ef693b6a58cc8 | |
| parent | protocol: Add missing allow-null to data_device.enter data_offer field (diff) | |
| download | wayland-fc0c2e04c50c2ba60272270d1a71ec57a42e7b5b.tar wayland-fc0c2e04c50c2ba60272270d1a71ec57a42e7b5b.tar.gz wayland-fc0c2e04c50c2ba60272270d1a71ec57a42e7b5b.tar.bz2 wayland-fc0c2e04c50c2ba60272270d1a71ec57a42e7b5b.tar.lz wayland-fc0c2e04c50c2ba60272270d1a71ec57a42e7b5b.tar.xz wayland-fc0c2e04c50c2ba60272270d1a71ec57a42e7b5b.tar.zst wayland-fc0c2e04c50c2ba60272270d1a71ec57a42e7b5b.zip | |
doc: fix some typos in documentation
| -rw-r--r-- | doc/Wayland/en_US/Protocol.xml | 4 | ||||
| -rw-r--r-- | protocol/wayland.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/Wayland/en_US/Protocol.xml b/doc/Wayland/en_US/Protocol.xml index 09ed2ba..9a7db53 100644 --- a/doc/Wayland/en_US/Protocol.xml +++ b/doc/Wayland/en_US/Protocol.xml @@ -168,7 +168,7 @@ <term>wl_display</term> <listitem> <para> - provides global functionality like objecting binding and + provides global functionality like object binding and fatal error events </para> </listitem> @@ -442,7 +442,7 @@ </listitem> <listitem> <para> - geometry needs position in compositor coordinate system\ + geometry needs position in compositor coordinate system </para> </listitem> <listitem> diff --git a/protocol/wayland.xml b/protocol/wayland.xml index b6beceb..96ef248 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -1008,9 +1008,9 @@ <arg name="y" type="int" summary="y position within the global compositor space"/> <arg name="physical_width" type="int" - summary="width in milimeters of the output"/> + summary="width in millimeters of the output"/> <arg name="physical_height" type="int" - summary="height in milimeters of the output"/> + summary="height in millimeters of the output"/> <arg name="subpixel" type="int" summary="subpixel orientation of the output"/> <arg name="make" type="string" |
