summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2015-03-18 18:32:54 -0700
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2015-03-19 16:56:17 +0200
commit439b0a38630eb3c1a088c84cc76019ad001bb99b (patch)
treee443c2146f0e8947c64b8159ebd4027b2fe6c6db /tests
parentserver: give more precise error message (diff)
downloadwayland-439b0a38630eb3c1a088c84cc76019ad001bb99b.tar
wayland-439b0a38630eb3c1a088c84cc76019ad001bb99b.tar.gz
wayland-439b0a38630eb3c1a088c84cc76019ad001bb99b.tar.bz2
wayland-439b0a38630eb3c1a088c84cc76019ad001bb99b.tar.lz
wayland-439b0a38630eb3c1a088c84cc76019ad001bb99b.tar.xz
wayland-439b0a38630eb3c1a088c84cc76019ad001bb99b.tar.zst
wayland-439b0a38630eb3c1a088c84cc76019ad001bb99b.zip
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/test-compositor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-compositor.c b/tests/test-compositor.c
index da2a55f..89c4140 100644
--- a/tests/test-compositor.c
+++ b/tests/test-compositor.c
@@ -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)
{