mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-03-27 07:58:47 -04:00
protocol: Fix typo by removing a redundant 'a'
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
This commit is contained in:
parent
65efa2ed3a
commit
fecef1ca66
1 changed files with 1 additions and 1 deletions
|
|
@ -640,7 +640,7 @@
|
||||||
|
|
||||||
<interface name="wl_data_device_manager" version="1">
|
<interface name="wl_data_device_manager" version="1">
|
||||||
<description summary="data transfer interface">
|
<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
|
provides access to inter-client data transfer mechanisms such as
|
||||||
copy-and-paste and drag-and-drop. These mechanisms are tied to
|
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
|
a wl_seat and this interface lets a client get a wl_data_device
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue