mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
client: Fix source comment typos
This commit is contained in:
parent
73d845af94
commit
b46dab17f0
1 changed files with 3 additions and 3 deletions
|
|
@ -1002,12 +1002,12 @@ wl_display_dispatch_pending(struct wl_display *display)
|
|||
return dispatch_queue(display, &display->queue, 0);
|
||||
}
|
||||
|
||||
/** Retrieve the last error occured on a display
|
||||
/** Retrieve the last error occurred on a display
|
||||
*
|
||||
* \param display The display context object
|
||||
* \return The last error occured on \c display or 0 if no error occured
|
||||
* \return The last error occurred on \c display or 0 if no error occurred
|
||||
*
|
||||
* Return the last error occured on the display. This may be an error sent
|
||||
* Return the last error occurred on the display. This may be an error sent
|
||||
* by the server or caused by the local client.
|
||||
*
|
||||
* \note Errors are \b fatal. If this function returns non-zero the display
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue