summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2016-04-02 17:04:05 +0100
committerBryce Harrington <bryce@osg.samsung.com>2016-04-05 16:03:17 -0700
commitae78dcb1ada6033419edcfc93074407518640e42 (patch)
treefc48c73092db3b5ef817cc435f7e87cbd29e83be
parente40a46ca210aefa14b8dcc2d6dd233bcc06ba00b (diff)
downloadwayland-ae78dcb1ada6033419edcfc93074407518640e42.tar.gz
wayland-client: fix spelling mistake
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
-rw-r--r--src/wayland-client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wayland-client.c b/src/wayland-client.c
index 297c7a5..33033e7 100644
--- a/src/wayland-client.c
+++ b/src/wayland-client.c
@@ -1587,7 +1587,7 @@ wl_display_poll(struct wl_display *display, short int events)
* the appropriate event queues. Finally, events on given event queue are
* dispatched. On failure -1 is returned and errno set appropriately.
*
- * In a multi threaded enviroment, do not manually wait using poll() (or
+ * In a multi threaded environment, do not manually wait using poll() (or
* equivalent) before calling this function, as doing so might cause a dead
* lock. If external reliance on poll() (or equivalent) is required, see
* wl_display_prepare_read_queue() of how to do so.
@@ -1692,7 +1692,7 @@ wl_display_dispatch_queue_pending(struct wl_display *display,
* the appropriate event queues. Finally, events on the default event queue
* are dispatched. On failure -1 is returned and errno set appropriately.
*
- * In a multi threaded enviroment, do not manually wait using poll() (or
+ * In a multi threaded environment, do not manually wait using poll() (or
* equivalent) before calling this function, as doing so might cause a dead
* lock. If external reliance on poll() (or equivalent) is required, see
* wl_display_prepare_read_queue() of how to do so.