summaryrefslogtreecommitdiff
path: root/doc
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 /doc
parente16ee74e475b5a179151b88a0a55a511fd368d74 (diff)
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 'doc')
-rw-r--r--doc/publican/sources/Client.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/publican/sources/Client.xml b/doc/publican/sources/Client.xml
index a1e3341..fcdd2f2 100644
--- a/doc/publican/sources/Client.xml
+++ b/doc/publican/sources/Client.xml
@@ -22,7 +22,7 @@
created and manages each open connection to a server. At least one
<link linkend="Client-classwl__event__queue">wl_event_queue</link>
object is created for each wl_display, this holds events as they
- are recieved from the server until they can be
+ are received from the server until they can be
processed. Multi-threading is supported by creating an additional
wl_event_queue for each additional thread, each object can have
it's events placed in a particular queue, so potentially a