summaryrefslogtreecommitdiffstats
path: root/protocol
diff options
context:
space:
mode:
authorBryce W. Harrington <b.harrington@samsung.com>2013-08-09 01:47:07 +0000
committerKristian Høgsberg <krh@bitplanet.net>2013-08-20 16:23:24 -0700
commit4ed12d470f99663e596ab8d4e952fdf8383d07f2 (patch)
tree70a25b3f81b1ac0b1c664c3f9808d42b58ed70f1 /protocol
parentprotocol: Fix typo by removing a redundant 'a' (diff)
downloadwayland-4ed12d470f99663e596ab8d4e952fdf8383d07f2.tar
wayland-4ed12d470f99663e596ab8d4e952fdf8383d07f2.tar.gz
wayland-4ed12d470f99663e596ab8d4e952fdf8383d07f2.tar.bz2
wayland-4ed12d470f99663e596ab8d4e952fdf8383d07f2.tar.lz
wayland-4ed12d470f99663e596ab8d4e952fdf8383d07f2.tar.xz
wayland-4ed12d470f99663e596ab8d4e952fdf8383d07f2.tar.zst
wayland-4ed12d470f99663e596ab8d4e952fdf8383d07f2.zip
protocol: Add missing d to 'x an y'
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
Diffstat (limited to 'protocol')
-rw-r--r--protocol/wayland.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml
index 5b50223..0dbe988 100644
--- a/protocol/wayland.xml
+++ b/protocol/wayland.xml
@@ -521,7 +521,7 @@
<description summary="initiate drag-and-drop session">
This event is sent when an active drag-and-drop pointer enters
a surface owned by the client. The position of the pointer at
- enter time is provided by the x an y arguments, in surface
+ enter time is provided by the x and y arguments, in surface
local coordinates.
</description>
@@ -544,7 +544,7 @@
<description summary="drag-and-drop session motion">
This event is sent when the drag-and-drop pointer moves within
the currently focused surface. The new position of the pointer
- is provided by the x an y arguments, in surface local
+ is provided by the x and y arguments, in surface local
coordinates.
</description>
<arg name="time" type="uint" summary="timestamp with millisecond granularity"/>