protocol: correct typos in xmls
authorNobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
Wed, 27 Nov 2013 09:51:54 +0000 (18:51 +0900)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Wed, 27 Nov 2013 19:50:36 +0000 (20:50 +0100)
Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
protocol/ivi-application.xml
protocol/ivi-controller.xml

index 9201eaf..aeeeba2 100755 (executable)
@@ -52,7 +52,7 @@
                 ivi compositor, the application content provided in argument surface will
                 be used as surface content. If an other ivi application already registered
                 content for surface with surface_id, an error event will indicate the problem.
-            </desription>
+            </description>
             <arg name="id_surface" type="uint"/>
             <arg name="surface" type="object" interface="wl_surface"/>
             <arg name="id" type="new_id" interface="ivi_surface"/>
index c6ef8f8..d8a0211 100755 (executable)
         </event>
 
         <request name="send_stats">
-            <description summary="request statistics for surface in ivi compositor"/>
+            <description summary="request statistics for surface in ivi compositor">
                 These stats contain information required for monitoring, debugging, logging
                 and tracing.
             </description>
     </interface>
 
     <interface name="ivi_controller_layer" version="1">
-        <description summary="controller interface to layer in ivi compositor">
+        <description summary="controller interface to layer in ivi compositor"/>
 
         <request name="set_visibility">
             <description summary="set visibility of layer in ivi compositor">
                 if it does not yet exists. If the layer with id_layer already exists in
                 ivi compositor, a handle to the existing layer is returned and width and
                 height properties are ignored.
-            </desription>
+            </description>
             <arg name="id_layer" type="uint"/>
             <arg name="width" type="int"/>
             <arg name="height" type="int"/>
                 surface_create will create a new surface with id_surface in ivi compositor,
                 if it does not yet exists. If the surface with id_surface already exists in
                 ivi compositor, a handle to the existing surface is returned.
-            </desription>
+            </description>
             <arg name="id_surface" type="uint"/>
             <arg name="id" type="new_id" interface="ivi_controller_surface"/>
         </request>