gdk: Fix docs typo

This commit is contained in:
Benjamin Otte 2016-10-03 21:26:20 +02:00
parent 7016409e9f
commit dcb816f99a

View File

@ -166,7 +166,7 @@ gdk_drag_context_get_source_window (GdkDragContext *context)
* gdk_drag_context_get_dest_window: * gdk_drag_context_get_dest_window:
* @context: a #GdkDragContext * @context: a #GdkDragContext
* *
* Returns the destination windw for the DND operation. * Returns the destination window for the DND operation.
* *
* Returns: (transfer none): a #GdkWindow * Returns: (transfer none): a #GdkWindow
* *