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 | |
parent | a8c9e82c4931a94177c4151eb404f312831f2f6c (diff) |
protocol: fix missing hyphenation for "client-created"
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-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"/> |