summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'protocol')
-rwxr-xr-xprotocol/ivi-application.xml2
-rwxr-xr-xprotocol/ivi-controller.xml8
2 files changed, 5 insertions, 5 deletions
diff --git a/protocol/ivi-application.xml b/protocol/ivi-application.xml
index 9201eaf..aeeeba2 100755
--- a/protocol/ivi-application.xml
+++ b/protocol/ivi-application.xml
@@ -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"/>
diff --git a/protocol/ivi-controller.xml b/protocol/ivi-controller.xml
index c6ef8f8..d8a0211 100755
--- a/protocol/ivi-controller.xml
+++ b/protocol/ivi-controller.xml
@@ -206,7 +206,7 @@
</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>
@@ -285,7 +285,7 @@
</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">
@@ -552,7 +552,7 @@
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"/>
@@ -571,7 +571,7 @@
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>