From be47969a38d66e125b7f13b9a9b44e447219a00a Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Tue, 17 Mar 2015 15:09:30 -0700 Subject: [PATCH] client: Fix typo Signed-off-by: Bryce Harrington Reviewed-by: Pekka Paalanen --- src/wayland-client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland-client.c b/src/wayland-client.c index 0f1405c0..9adde385 100644 --- a/src/wayland-client.c +++ b/src/wayland-client.c @@ -955,7 +955,7 @@ static const struct wl_callback_listener sync_listener = { * \param queue The queue on which to run the roundtrip * \return The number of dispatched events on success or -1 on failure * - * Blocks until the server process all currently issued requests and + * Blocks until the server processes all currently issued requests and * sends out pending events on the event queue. * * \note This function uses wl_display_dispatch_queue() internally. If you