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 /protocol | |
parent | 84bac043e1c6313f7b8812a31ddb179b3f7933d5 (diff) |
doc: fix some typos in documentation
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/wayland.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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" |