protocol: Add missing d to 'x an y'

Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
This commit is contained in:
Bryce W. Harrington 2013-08-09 01:47:07 +00:00 committed by Kristian Høgsberg
parent 84c554bbc4
commit 4ed12d470f

View file

@ -521,7 +521,7 @@
<description summary="initiate drag-and-drop session"> <description summary="initiate drag-and-drop session">
This event is sent when an active drag-and-drop pointer enters This event is sent when an active drag-and-drop pointer enters
a surface owned by the client. The position of the pointer at 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. local coordinates.
</description> </description>
@ -544,7 +544,7 @@
<description summary="drag-and-drop session motion"> <description summary="drag-and-drop session motion">
This event is sent when the drag-and-drop pointer moves within This event is sent when the drag-and-drop pointer moves within
the currently focused surface. The new position of the pointer 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. coordinates.
</description> </description>
<arg name="time" type="uint" summary="timestamp with millisecond granularity"/> <arg name="time" type="uint" summary="timestamp with millisecond granularity"/>