proto: Correct spelling issues in the protocol documentation

Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/343>
This commit is contained in:
Jason Gerecke 2025-07-02 13:49:33 -07:00
parent 70cfc6eed2
commit ac9b92bbae

View file

@ -252,7 +252,7 @@
<request name="disconnect" type="destructor" since="1">
<description summary="disconnection request">
A request to the EIS implementation that this client should be disconnected.
This is a courtesy request to allow the EIS implementation to distinquish
This is a courtesy request to allow the EIS implementation to distinguish
between a client disconnecting on purpose and one disconnecting through the
socket becoming invalid.
@ -344,7 +344,7 @@
at the same time as the client attempts to ei_device.start_emulating
on that object.
It is the client's responsibilty to unwind any state changes done
It is the client's responsibility to unwind any state changes done
to the object since the last successful message.
</description>
<arg name="last_serial" type="uint32" summary="the last serial sent by the EIS implementation"/>
@ -478,7 +478,7 @@
This seat has been removed and a client should release all
associated resources.
This ei_seat object will be destroyed by the EIS implementation immmediately after
This ei_seat object will be destroyed by the EIS implementation immediately after
after this event is sent and as such the client must not attempt to use
it after that point.
</description>
@ -507,7 +507,7 @@
"ei_keyboard" to 0x4 and "ei_touchscreen" to 0x8. A client may then
ei_seat.bind(0xc) to bind to keyboard and touchscreen but not pointer.
Note that as shown in this example the set of masks may be sparse.
The value of the mask is contant for the lifetime of the seat but may differ
The value of the mask is constant for the lifetime of the seat but may differ
between seats.
Note that seat capabilities only represent a mask of possible capabilities on
@ -654,7 +654,7 @@
This device has been removed and a client should release all
associated resources.
This ei_device object will be destroyed by the EIS implementation immmediately after
This ei_device object will be destroyed by the EIS implementation immediately after
after this event is sent and as such the client must not attempt to use
it after that point.
</description>
@ -813,7 +813,7 @@
<event name="paused" since="1">
<description summary="device paused notification">
Notification that the device has been paused by the EIS implementation
and no futher events will be accepted on this device until
and no further events will be accepted on this device until
it is resumed again.
For devices of ei_device_setup.context_type sender, the client thus does
@ -903,7 +903,7 @@
This interface is only provided once per device and where a client
requests ei_pointer.release the interface does not get re-initialized. An
EIS implementation may adjust the behavior of the device (including removing
the device) if the interface is releasd.
the device) if the interface is released.
Note that for a client to receive objects of this type, it must announce
support for this interface in ei_handshake.interface_version.
@ -941,7 +941,7 @@
This object has been removed and a client should release all
associated resources.
This object will be destroyed by the EIS implementation immmediately after
This object will be destroyed by the EIS implementation immediately after
after this event is sent and as such the client must not attempt to use
it after that point.
</description>
@ -967,7 +967,7 @@
This interface is only provided once per device and where a client
requests ei_pointer_absolute.release the interface does not get
re-initialized. An EIS implementation may adjust the behavior of the
device (including removing the device) if the interface is releasd.
device (including removing the device) if the interface is released.
Note that for a client to receive objects of this type, it must announce
support for this interface in ei_handshake.interface_version.
@ -1007,7 +1007,7 @@
This object has been removed and a client should release all
associated resources.
This object will be destroyed by the EIS implementation immmediately after
This object will be destroyed by the EIS implementation immediately after
after this event is sent and as such the client must not attempt to use
it after that point.
</description>
@ -1033,7 +1033,7 @@
This interface is only provided once per device and where a client
requests ei_scroll.release the interface does not get
re-initialized. An EIS implementation may adjust the behavior of the
device (including removing the device) if the interface is releasd.
device (including removing the device) if the interface is released.
Note that for a client to receive objects of this type, it must announce
support for this interface in ei_handshake.interface_version.
@ -1128,7 +1128,7 @@
This object has been removed and a client should release all
associated resources.
This object will be destroyed by the EIS implementation immmediately after
This object will be destroyed by the EIS implementation immediately after
after this event is sent and as such the client must not attempt to use
it after that point.
</description>
@ -1177,7 +1177,7 @@
This interface is only provided once per device and where a client
requests ei_button.release the interface does not get
re-initialized. An EIS implementation may adjust the behavior of the
device (including removing the device) if the interface is releasd.
device (including removing the device) if the interface is released.
Note that for a client to receive objects of this type, it must announce
support for this interface in ei_handshake.interface_version.
@ -1225,7 +1225,7 @@
This pointer has been removed and a client should release all
associated resources.
This ei_scroll object will be destroyed by the EIS implementation immmediately after
This ei_scroll object will be destroyed by the EIS implementation immediately after
after this event is sent and as such the client must not attempt to use
it after that point.
</description>
@ -1255,7 +1255,7 @@
This interface is only provided once per device and where a client
requests ei_keyboard.release the interface does not get re-initialized. An
EIS implementation may adjust the behavior of the device (including removing
the device) if the interface is releasd.
the device) if the interface is released.
Note that for a client to receive objects of this type, it must announce
support for this interface in ei_handshake.interface_version.
@ -1304,7 +1304,7 @@
This keyboard has been removed and a client should release all
associated resources.
This ei_keyboard object will be destroyed by the EIS implementation immmediately after
This ei_keyboard object will be destroyed by the EIS implementation immediately after
after this event is sent and as such the client must not attempt to use
it after that point.
</description>
@ -1394,7 +1394,7 @@
must send this event after ei_device.resumed to notify the client
of any nonzero modifier state.
This event does not reqire an ei_device.frame and should
This event does not require an ei_device.frame and should
be processed immediately by the client.
This event is only sent for devices with an ei_keyboard.keymap.
@ -1420,7 +1420,7 @@
This interface is only provided once per device and where a client
requests ei_touchscreen.release the interface does not get re-initialized. An
EIS implementation may adjust the behavior of the device (including removing
the device) if the interface is releasd.
the device) if the interface is released.
Note that for a client to receive objects of this type, it must announce
support for this interface in ei_handshake.interface_version.
@ -1519,7 +1519,7 @@
This touch has been removed and a client should release all
associated resources.
This ei_touchscreen object will be destroyed by the EIS implementation immmediately after
This ei_touchscreen object will be destroyed by the EIS implementation immediately after
after this event is sent and as such the client must not attempt to use
it after that point.
</description>