doc: fix typos

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2020-10-20 15:49:40 +10:00
parent d99d1e8707
commit 799d64d284
2 changed files with 6 additions and 6 deletions

View file

@ -67,7 +67,7 @@ struct ei_device;
/**
* @struct ei_event
*
* An event received from the EIS impelementation. See @ref ei_event_type
* An event received from the EIS implementation. See @ref ei_event_type
* for the list of possible event types.
*
* An @ref ei_event is refcounted, see ei_event_unref().
@ -90,7 +90,7 @@ struct ei_keymap;
* capabilities but never zero - a EIS implementation must reject any
* device with zero capabilities.
*
* Capabilities are requested by the EI client but the EIS
* Capabilities are requested by the client but the EIS
* implementation may further reduce the capabilities. For example, a client
* may request the pointer and keyboard capability but only the former is
* permitted by the server. Any keyboard events sent by such a device events
@ -155,7 +155,7 @@ enum ei_event_type {
* should be released.
*
* This event may occur at any time after the connection has been
* made and is the last event to be recieved by this ei instance.
* made and is the last event to be received by this ei instance.
*
* libei guarantees that a @ref EI_EVENT_DISCONNECT is provided to
* the caller even where the server does not send one.
@ -359,7 +359,7 @@ int
ei_get_fd(struct ei *ei);
/**
* Main event dispatchment function. Reads events of the file descriptors
* Main event dispatching function. Reads events of the file descriptors
* and processes them internally. Use libei_get_event() to retrieve the
* events.
*

View file

@ -186,7 +186,7 @@ int
eis_get_fd(struct eis *eis);
/**
* Main event dispatchment function. Reads events of the file descriptors
* Main event dispatching function. Reads events of the file descriptors
* and processes them internally. Use libeis_get_event() to retrieve the
* events.
*
@ -354,7 +354,7 @@ eis_device_connect(struct eis_device *device);
/**
* Disconnect the device.
* This does not release any resources associated with this device, use
* eils_device_unref() for any references held by the caller.
* eis_device_unref() for any references held by the caller.
*/
void
eis_device_disconnect(struct eis_device *device);