aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Spitzak <spitzak@gmail.com>2014-11-11 18:43:01 -0800
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>2014-11-25 16:38:11 +0200
commitf73f76775fa034e8a5f7b6347f38880df3d94e91 (patch)
tree0d82caf079e28f8c7dbe505d7641f5f477587cbe
parentv4 doc: fixed reference to non-existent function (diff)
downloadwayland-f73f76775fa034e8a5f7b6347f38880df3d94e91.tar
wayland-f73f76775fa034e8a5f7b6347f38880df3d94e91.tar.gz
wayland-f73f76775fa034e8a5f7b6347f38880df3d94e91.tar.bz2
wayland-f73f76775fa034e8a5f7b6347f38880df3d94e91.tar.lz
wayland-f73f76775fa034e8a5f7b6347f38880df3d94e91.tar.xz
wayland-f73f76775fa034e8a5f7b6347f38880df3d94e91.tar.zst
wayland-f73f76775fa034e8a5f7b6347f38880df3d94e91.zip
doc: fixed a typo
Reviewed-by: Bryce Harrington <b.harrington@samsung.com>
-rw-r--r--src/wayland-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wayland-client.c b/src/wayland-client.c
index 836246e..41fca6d 100644
--- a/src/wayland-client.c
+++ b/src/wayland-client.c
@@ -1217,7 +1217,7 @@ cancel_read(struct wl_display *display)
* This will read events from the file descriptor for the display.
* This function does not dispatch events, it only reads and queues
* events into their corresponding event queues. If no data is
- * avilable on the file descriptor, wl_display_read_events() returns
+ * available on the file descriptor, wl_display_read_events() returns
* immediately. To dispatch events that may have been queued, call
* wl_display_dispatch_pending() or
* wl_display_dispatch_queue_pending().