diff options
| author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-02-23 15:55:41 +1000 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-02-23 15:45:16 -0500 |
| commit | 50e87a006f50b47ef469255495fe3e4ef0c8a593 (patch) | |
| tree | 8f75fc7b9b5b4510fbf95b283a6df7e788041b28 /protocol | |
| parent | scanner: Remove unused variable 'len' (diff) | |
| download | wayland-50e87a006f50b47ef469255495fe3e4ef0c8a593.tar wayland-50e87a006f50b47ef469255495fe3e4ef0c8a593.tar.gz wayland-50e87a006f50b47ef469255495fe3e4ef0c8a593.tar.bz2 wayland-50e87a006f50b47ef469255495fe3e4ef0c8a593.tar.lz wayland-50e87a006f50b47ef469255495fe3e4ef0c8a593.tar.xz wayland-50e87a006f50b47ef469255495fe3e4ef0c8a593.tar.zst wayland-50e87a006f50b47ef469255495fe3e4ef0c8a593.zip | |
protocol: fix missing hyphenation for "client-created"
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/wayland.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 0e01889..5cc13a8 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -34,7 +34,7 @@ </description> <request name="bind"> <description summary="bind an object to the display"> - Binds a new, client created object to the server using @name as + Binds a new, client-created object to the server using @name as the identifier. </description> <arg name="name" type="uint" summary="unique number id for object"/> |
