xx-input-method: fix typos

Signed-off-by: Dorota Czaplejewicz
This commit is contained in:
dcz 2025-07-08 08:58:53 +00:00 committed by DorotaC
parent 6ac53b159f
commit 47f7c72171

View file

@ -100,7 +100,7 @@
Notification that no focused text input currently needs an active Notification that no focused text input currently needs an active
input method on this seat. input method on this seat.
This event marks the xx_input_method_v1 object as inactive. The This event marks the xx_input_method_v1 object as inactive.
compositor must destroy all existing xx_input_popup_surface_v2 objects. compositor must destroy all existing xx_input_popup_surface_v2 objects.
State set with this event is double-buffered. It will get applied on State set with this event is double-buffered. It will get applied on
@ -215,8 +215,8 @@
a maximum length of wayland messages, so text can not be longer than a maximum length of wayland messages, so text can not be longer than
4000 bytes. 4000 bytes.
Values set with this event are double-buffered. They must be applied Values set with this request are double-buffered. They must be applied
and reset to initial on the next zwp_text_input_v3.commit request. and reset to initial on the next .commit request.
The initial value of text is an empty string. The initial value of text is an empty string.
</description> </description>
@ -244,8 +244,8 @@
indicates the end of the cursor. It may be equal or different than indicates the end of the cursor. It may be equal or different than
cursor_begin. cursor_begin.
Values set with this event are double-buffered. They must be applied on Values set with this request are double-buffered. They must be applied on
the next xx_input_method_v1.commit event. the next xx_input_method_v1.commit request.
The initial value of text is an empty string. The initial value of The initial value of text is an empty string. The initial value of
cursor_begin, and cursor_end are both 0. cursor_begin, and cursor_end are both 0.
@ -267,7 +267,7 @@
beginning of preedit text, and after_length from its end (see commit beginning of preedit text, and after_length from its end (see commit
event sequence). event sequence).
Values set with this event are double-buffered. They must be applied Values set with this request are double-buffered. They must be applied
and reset to initial on the next xx_input_method_v1.commit request. and reset to initial on the next xx_input_method_v1.commit request.
The initial values of both before_length and after_length are 0. The initial values of both before_length and after_length are 0.
@ -340,7 +340,7 @@
<request name="destroy" type="destructor"> <request name="destroy" type="destructor">
<description summary="destroy the text input"> <description summary="destroy the text input">
Destroys the zwp_text_input_v2 object and any associated child Destroys the xx_input_method_v1 object and any associated child
objects. objects.
</description> </description>
</request> </request>