From: Derek Foreman Date: Mon, 17 Nov 2014 20:59:14 +0000 (-0600) Subject: doc: fixed grammar and a typo X-Git-Tag: 1.6.91~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e36d0233ee2d4e31a27c5e4b7b3a39c872267a69;p=platform%2Fupstream%2Fwayland.git doc: fixed grammar and a typo Signed-off-by: Derek Foreman --- diff --git a/src/wayland-client.c b/src/wayland-client.c index db44129..36380fe 100644 --- a/src/wayland-client.c +++ b/src/wayland-client.c @@ -427,8 +427,8 @@ wl_proxy_add_listener(struct wl_proxy *proxy, * Gets the address to the proxy's listener; which is the listener set with * \ref wl_proxy_add_listener. * - * This function is useful in client with multiple listeners on the same - * interface to allow the identification of which code to eexecute. + * This function is useful in clients with multiple listeners on the same + * interface to allow the identification of which code to execute. * * \memberof wl_proxy */