diff options
author | Moritz Kiefer <moritz.kiefer@purelyfunctional.org> | 2016-11-06 18:35:19 +0100 |
---|---|---|
committer | Daniel Stone <daniels@collabora.com> | 2016-11-16 16:39:44 +0000 |
commit | 06b7c471b7de2e0d9852af60514594417b29d4e3 (patch) | |
tree | a2769019f0f40396fc02eca0979194985f07e72b | |
parent | 6a18a87727c64719c68168568b9ab1e4d7c2d9c1 (diff) |
doc: Fix a typo in the client documentation
Signed-off-by: Moritz Kiefer <moritz.kiefer@purelyfunctional.org>
Reviewed-by: Yong Bakos <ybakos@humanoriented.com>
-rw-r--r-- | doc/publican/sources/Client.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/publican/sources/Client.xml b/doc/publican/sources/Client.xml index fcdd2f2..19bf3e9 100644 --- a/doc/publican/sources/Client.xml +++ b/doc/publican/sources/Client.xml @@ -30,7 +30,7 @@ object created. </para> <para> - Though some conveinence functions are provided, libwayland-client + Though some convenience functions are provided, libwayland-client is designed to allow the calling code to wait for events, so that different polling mechanisms can be used. A file descriptor is provided, when it becomes ready for reading the calling code can |