mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
Spelling fixes (cosmetic)
A few typos in comments and protocol docs, no code changes. ./src/wayland-util.h:281: recieved ==> received ./src/wayland-client.c:115: occured ==> occurred ./src/wayland-client.c:156: occured ==> occurred ./tests/test-compositor.c:76: parallely ==> parallelly ./tests/test-compositor.c:474: recieve ==> receive ./protocol/wayland.xml:1767: layed ==> laid ./protocol/wayland.xml:2112: dependant ==> dependent ./doc/publican/sources/Client.xml:25: recieved ==> received Signed-off-by: Bryce Harrington <bryce@osg.samsung.com> Reviewed-by: Bill Spitzak <spitzak@gmail.com>
This commit is contained in:
parent
e16ee74e47
commit
439b0a3863
5 changed files with 8 additions and 8 deletions
|
|
@ -112,7 +112,7 @@ static int debug_client = 0;
|
|||
/**
|
||||
* This helper function wakes up all threads that are
|
||||
* waiting for display->reader_cond (i. e. when reading is done,
|
||||
* canceled, or an error occured)
|
||||
* canceled, or an error occurred)
|
||||
*
|
||||
* NOTE: must be called with display->mutex locked
|
||||
*/
|
||||
|
|
@ -153,7 +153,7 @@ display_fatal_error(struct wl_display *display, int error)
|
|||
|
||||
/**
|
||||
* This function is called for error events
|
||||
* and indicates that in some object an error occured.
|
||||
* and indicates that in some object an error occurred.
|
||||
* Difference between this function and display_fatal_error()
|
||||
* is that this one handles errors that will come by wire,
|
||||
* whereas display_fatal_error() is called for local errors.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue