diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2013-04-03 15:27:43 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-04-03 15:44:50 -0400 |
commit | e5202f76b001d7db21d313bda197e88b11cbe7d0 (patch) | |
tree | d16e8f6f65ba0cbfb2a1ba4bf120889cc213d54c /protocol | |
parent | 9c0357af6ee42c318ce37b458ae7bdb7d51316cb (diff) |
protocol: fix two protocol description 'typos'
Remove "mice, for example", it's described in the wl_pointer interface in
detail. And remove space before the full stop.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'protocol')
-rw-r--r-- | protocol/wayland.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index b43aa90..45a3298 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -1106,10 +1106,10 @@ <interface name="wl_seat" version="1"> <description summary="group of input devices"> - A seat is a group of keyboards, pointer (mice, for example) and - touch devices. This object is published as a global during - start up, or when such a device is hot plugged. A seat typically - has a pointer and maintains a keyboard focus and a pointer focus. + A seat is a group of keyboards, pointer and touch devices. This + object is published as a global during start up, or when such a + device is hot plugged. A seat typically has a pointer and + maintains a keyboard focus and a pointer focus. </description> <enum name="capability"> |