doc: fix some typos in documentation

This commit is contained in:
Martin Olsson 2012-07-09 15:50:39 +02:00 committed by Kristian Høgsberg
parent 84bac043e1
commit fc0c2e04c5
2 changed files with 4 additions and 4 deletions

View file

@ -168,7 +168,7 @@
<term>wl_display</term> <term>wl_display</term>
<listitem> <listitem>
<para> <para>
provides global functionality like objecting binding and provides global functionality like object binding and
fatal error events fatal error events
</para> </para>
</listitem> </listitem>
@ -442,7 +442,7 @@
</listitem> </listitem>
<listitem> <listitem>
<para> <para>
geometry needs position in compositor coordinate system\ geometry needs position in compositor coordinate system
</para> </para>
</listitem> </listitem>
<listitem> <listitem>

View file

@ -1008,9 +1008,9 @@
<arg name="y" type="int" <arg name="y" type="int"
summary="y position within the global compositor space"/> summary="y position within the global compositor space"/>
<arg name="physical_width" type="int" <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" <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" <arg name="subpixel" type="int"
summary="subpixel orientation of the output"/> summary="subpixel orientation of the output"/>
<arg name="make" type="string" <arg name="make" type="string"