docs: fix typo in type name

This commit is contained in:
William Jon McCann 2014-01-20 17:40:01 -05:00
parent df989e3a27
commit ed68d3f9de

View File

@ -400,7 +400,7 @@ gdk_drop_reply (GdkDragContext *context,
/**
* gdk_drop_finish:
* @context: a #GtkDragContext
* @context: a #GdkDragContext
* @success: %TRUE if the data was successfully received
* @time_: the timestamp for this operation
*