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:
Bryce Harrington 2015-03-18 18:32:54 -07:00 committed by Pekka Paalanen
parent e16ee74e47
commit 439b0a3863
5 changed files with 8 additions and 8 deletions

View file

@ -73,7 +73,7 @@ enum {
DISPLAY_RESUMED = 0
};
/* Since tests can run parallely, we need unique socket names
/* Since tests can run parallelly, we need unique socket names
* for each test, otherwise the test can fail on wl_display_add_socket. */
static const char *
get_socket_name(void)
@ -471,7 +471,7 @@ client_disconnect(struct client *c)
}
/* num is number of clients that requests to stop display.
* Display is stopped after it recieve num STOP_DISPLAY requests */
* Display is stopped after it receive num STOP_DISPLAY requests */
int
stop_display(struct client *c, int num)
{