aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data
diff options
context:
space:
mode:
authorshierote <taishi2060@gmail.com>2021-12-20 21:25:23 +0900
committerSimon Ser <contact@emersion.fr>2022-01-10 10:07:22 +0000
commitaa6a07c2fe9c95843d9686b4f9a43f63ee67e071 (patch)
tree584836c28a03bf0a751742bdb1b793d8b67c3c5a /tests/data
parenttests: Fix tc_client_fd_leaks_exec test (diff)
downloadwayland-aa6a07c2fe9c95843d9686b4f9a43f63ee67e071.tar
wayland-aa6a07c2fe9c95843d9686b4f9a43f63ee67e071.tar.gz
wayland-aa6a07c2fe9c95843d9686b4f9a43f63ee67e071.tar.bz2
wayland-aa6a07c2fe9c95843d9686b4f9a43f63ee67e071.tar.lz
wayland-aa6a07c2fe9c95843d9686b4f9a43f63ee67e071.tar.xz
wayland-aa6a07c2fe9c95843d9686b4f9a43f63ee67e071.tar.zst
wayland-aa6a07c2fe9c95843d9686b4f9a43f63ee67e071.zip
doc: fix typo in wl_data_device.data_offer
Signed-off-by: Taishi Eguchi <taishi2060@gmail.com>
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/example-client.h2
-rw-r--r--tests/data/example.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/example-client.h b/tests/data/example-client.h
index 39d799c..a14b5e0 100644
--- a/tests/data/example-client.h
+++ b/tests/data/example-client.h
@@ -2400,7 +2400,7 @@ struct wl_data_device_listener {
* which will subsequently be used in either the data_device.enter
* event (for drag-and-drop) or the data_device.selection event
* (for selections). Immediately following the
- * data_device_data_offer event, the new data_offer object will
+ * data_device.data_offer event, the new data_offer object will
* send out data_offer.offer events to describe the mime types it
* offers.
* @param id the new data_offer object
diff --git a/tests/data/example.xml b/tests/data/example.xml
index 38feec3..2d76940 100644
--- a/tests/data/example.xml
+++ b/tests/data/example.xml
@@ -812,7 +812,7 @@
which will subsequently be used in either the
data_device.enter event (for drag-and-drop) or the
data_device.selection event (for selections). Immediately
- following the data_device_data_offer event, the new data_offer
+ following the data_device.data_offer event, the new data_offer
object will send out data_offer.offer events to describe the
mime types it offers.
</description>