mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 12:50:09 +01:00
experimental/input_method: Fix typos
Signed-off-by: Dorota Czaplejewicz <gilapfco.dcz@porcupinefactory.org>
This commit is contained in:
parent
c4f1dfbbd0
commit
f53eb14774
1 changed files with 2 additions and 2 deletions
|
|
@ -346,7 +346,7 @@
|
||||||
</event>
|
</event>
|
||||||
|
|
||||||
<request name="destroy" type="destructor">
|
<request name="destroy" type="destructor">
|
||||||
<description summary="destroy the text input">
|
<description summary="destroy the input method">
|
||||||
Destroys the xx_input_method_v1 object and any associated child
|
Destroys the xx_input_method_v1 object and any associated child
|
||||||
objects.
|
objects.
|
||||||
</description>
|
</description>
|
||||||
|
|
@ -407,7 +407,7 @@
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<enum name="error">
|
<enum name="error">
|
||||||
<entry name="invalid_serial" value="0" summary="received acknowledgement for a serial has already been acknowledged or has never been issued"/>
|
<entry name="invalid_serial" value="0" summary="received acknowledgement for a serial which has already been acknowledged or has never been issued"/>
|
||||||
</enum>
|
</enum>
|
||||||
|
|
||||||
<event name="start_configure">
|
<event name="start_configure">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue