doc: fix typos

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Armin Krezović <krezovic.armin@gmail.com>
Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
Eric Engestrom 2016-05-02 09:49:36 +01:00 committed by Bryce Harrington
parent 479945b4f1
commit 3c1aafd2a9
2 changed files with 6 additions and 6 deletions

View file

@ -199,7 +199,7 @@
Every interface is versioned and every protocol object implements a
particular version of its interface. For global objects, the maximum
version supported by the server is advertised with the global and the
actual verion of the created protocol object is determined by the
actual version of the created protocol object is determined by the
version argument passed to wl_registry.bind(). For objects that are
not globals, their version is inferred from the object that created
them.