summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorNobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>2013-11-27 18:51:54 +0900
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>2013-11-27 20:50:36 +0100
commitfa2f1bd6bdf6708b4fc941cf816ce44868823568 (patch)
tree1a8d41c82d8a91dd69c7ab5a7d279f11de05ad8d /protocol
parent682655147a8c2b5b5df3db2a03c495630bf374a5 (diff)
downloadwayland-ivi-extension-fa2f1bd6bdf6708b4fc941cf816ce44868823568.tar.gz
protocol: correct typos in xmls
Signed-off-by: Nobuhiko Tanibata <NOBUHIKO_TANIBATA@denso.co.jp>
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>