diff options
| author | Derek Foreman <derekf@osg.samsung.com> | 2014-11-17 14:59:14 -0600 |
|---|---|---|
| committer | Pekka Paalanen <pekka.paalanen@collabora.co.uk> | 2014-11-27 16:00:16 +0200 |
| commit | e36d0233ee2d4e31a27c5e4b7b3a39c872267a69 (patch) | |
| tree | ab9dcf117c20ad7d8842db25391ca41947552691 /src | |
| parent | doc: Removed extra indentation from wl_list code sample (diff) | |
| download | wayland-e36d0233ee2d4e31a27c5e4b7b3a39c872267a69.tar wayland-e36d0233ee2d4e31a27c5e4b7b3a39c872267a69.tar.gz wayland-e36d0233ee2d4e31a27c5e4b7b3a39c872267a69.tar.bz2 wayland-e36d0233ee2d4e31a27c5e4b7b3a39c872267a69.tar.lz wayland-e36d0233ee2d4e31a27c5e4b7b3a39c872267a69.tar.xz wayland-e36d0233ee2d4e31a27c5e4b7b3a39c872267a69.tar.zst wayland-e36d0233ee2d4e31a27c5e4b7b3a39c872267a69.zip | |
doc: fixed grammar and a typo
Signed-off-by: Derek Foreman <derekf@osg.samsung.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/wayland-client.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |
