From 47e5e1c72d2922f6ce5dc5bd98da17c5c83a4a4b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 18 Jan 2015 15:26:49 -0500 Subject: [PATCH] Fix a typo in the docs https://bugzilla.gnome.org/show_bug.cgi?id=743037 --- gdk/gdkwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c index 87c3030a9e..b791066761 100644 --- a/gdk/gdkwindow.c +++ b/gdk/gdkwindow.c @@ -6369,7 +6369,7 @@ gdk_window_get_origin (GdkWindow *window, * * Obtains the position of a window position in root * window coordinates. This is similar to - * gdk_window_get_origin() but allows you go pass + * gdk_window_get_origin() but allows you to pass * in any position in the window, not just the origin. * * Since: 2.18