doc: fixed grammar and a typo

Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
This commit is contained in:
Derek Foreman 2014-11-17 14:59:14 -06:00 committed by Bryce Harrington
parent a9e1d6f143
commit 3b7f9db591

View file

@ -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
*/