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>
This commit is contained in:
Peter Hutterer 2013-04-03 15:27:43 -04:00 committed by Kristian Høgsberg
parent 9c0357af6e
commit e5202f76b0

View file

@ -1106,10 +1106,10 @@
<interface name="wl_seat" version="1"> <interface name="wl_seat" version="1">
<description summary="group of input devices"> <description summary="group of input devices">
A seat is a group of keyboards, pointer (mice, for example) and A seat is a group of keyboards, pointer and touch devices. This
touch devices. This object is published as a global during object is published as a global during start up, or when such a
start up, or when such a device is hot plugged. A seat typically device is hot plugged. A seat typically has a pointer and
has a pointer and maintains a keyboard focus and a pointer focus. maintains a keyboard focus and a pointer focus.
</description> </description>
<enum name="capability"> <enum name="capability">