doc: fixed a typo
authorBill Spitzak <spitzak@gmail.com>
Wed, 12 Nov 2014 02:43:01 +0000 (18:43 -0800)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Tue, 25 Nov 2014 14:38:11 +0000 (16:38 +0200)
Reviewed-by: Bryce Harrington <b.harrington@samsung.com>
src/wayland-client.c

index 836246e..41fca6d 100644 (file)
@@ -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().