From: Bill Spitzak Date: Wed, 12 Nov 2014 02:43:01 +0000 (-0800) Subject: doc: fixed a typo X-Git-Tag: 1.6.91~30 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f73f76775fa034e8a5f7b6347f38880df3d94e91;p=platform%2Fupstream%2Fwayland.git doc: fixed a typo Reviewed-by: Bryce Harrington --- 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().