diff options
author | Benjamin Otte <otte@redhat.com> | 2016-10-03 21:26:20 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-16 18:17:21 +0200 |
commit | dcb816f99a267227dfe0b4d4b30da8b8c6521816 (patch) | |
tree | 8dc789b295b0b4b5d90551ad68cec09f21d0addd /gdk/gdkdnd.c | |
parent | 7016409e9f7cfab6990823c14d2d0287d38284b1 (diff) | |
download | gtk+-dcb816f99a267227dfe0b4d4b30da8b8c6521816.tar.gz |
gdk: Fix docs typo
Diffstat (limited to 'gdk/gdkdnd.c')
-rw-r--r-- | gdk/gdkdnd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkdnd.c b/gdk/gdkdnd.c index d0629cfb7e..3055284686 100644 --- a/gdk/gdkdnd.c +++ b/gdk/gdkdnd.c @@ -166,7 +166,7 @@ gdk_drag_context_get_source_window (GdkDragContext *context) * gdk_drag_context_get_dest_window: * @context: a #GdkDragContext * - * Returns the destination windw for the DND operation. + * Returns the destination window for the DND operation. * * Returns: (transfer none): a #GdkWindow * |