diff options
| author | Bryce W. Harrington <b.harrington@samsung.com> | 2013-08-09 01:47:07 +0000 |
|---|---|---|
| committer | Kristian Høgsberg <krh@bitplanet.net> | 2013-08-20 16:23:20 -0700 |
| commit | 84c554bbc4aa75842a61f30a996a1b9686117bbb (patch) | |
| tree | 99c2fcba74db272fd7843aa39485bb57b812aef9 | |
| parent | client: Improve spelling and grammar in comments (diff) | |
| download | wayland-84c554bbc4aa75842a61f30a996a1b9686117bbb.tar wayland-84c554bbc4aa75842a61f30a996a1b9686117bbb.tar.gz wayland-84c554bbc4aa75842a61f30a996a1b9686117bbb.tar.bz2 wayland-84c554bbc4aa75842a61f30a996a1b9686117bbb.tar.lz wayland-84c554bbc4aa75842a61f30a996a1b9686117bbb.tar.xz wayland-84c554bbc4aa75842a61f30a996a1b9686117bbb.tar.zst wayland-84c554bbc4aa75842a61f30a996a1b9686117bbb.zip | |
protocol: Fix typo by removing a redundant 'a'
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
| -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 1442b6a..5b50223 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -577,7 +577,7 @@ <interface name="wl_data_device_manager" version="1"> <description summary="data transfer interface"> - The wl_data_device_manager is a a singleton global object that + The wl_data_device_manager is a singleton global object that provides access to inter-client data transfer mechanisms such as copy-and-paste and drag-and-drop. These mechanisms are tied to a wl_seat and this interface lets a client get a wl_data_device |
