From c304f2ea68dc5943ab44f647bf2333ac3de3b901 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 28 Nov 2014 12:34:56 -0500 Subject: [PATCH] docs: Add a missing word --- gdk/gdkdevice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkdevice.c b/gdk/gdkdevice.c index f71ff50485..ebef53bfe5 100644 --- a/gdk/gdkdevice.c +++ b/gdk/gdkdevice.c @@ -1733,7 +1733,7 @@ _gdk_device_window_at_position (GdkDevice *device, * gdk_device_get_last_event_window: * @device: a #GdkDevice, with a source other than %GDK_SOURCE_KEYBOARD * - * Gets information about which window the given pointer device is in, based on + * Gets information about which window the given pointer device is in, based on events * that have been received so far from the display server. If another application * has a pointer grab, or this application has a grab with owner_events = %FALSE, * %NULL may be returned even if the pointer is physically over one of this