gdkdnd: Fix 2 typos in docs

This commit is contained in:
Daniel Boles 2018-05-27 18:10:02 +01:00
parent f888b4958e
commit f040918ffa

View File

@ -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
*
@ -184,7 +184,7 @@ gdk_drag_context_get_dest_window (GdkDragContext *context)
* gdk_drag_context_get_protocol:
* @context: a #GdkDragContext
*
* Returns the drag protocol thats used by this context.
* Returns the drag protocol that is used by this context.
*
* Returns: the drag protocol
*