summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-01-18 15:26:49 -0500
committerMatthias Clasen <mclasen@redhat.com>2015-01-18 15:26:49 -0500
commit47e5e1c72d2922f6ce5dc5bd98da17c5c83a4a4b (patch)
tree3f47e24a7030a4c3b8417e8e88e60224a7b3e11b
parent9c1063f602a3f7a2f67fd64369dbad1c7b2cd658 (diff)
downloadgtk+-47e5e1c72d2922f6ce5dc5bd98da17c5c83a4a4b.tar.gz
Fix a typo in the docs
https://bugzilla.gnome.org/show_bug.cgi?id=743037
-rw-r--r--gdk/gdkwindow.c2
1 files changed, 1 insertions, 1 deletions
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