[gtk/dnd-gestures-2] docs: Fix a typo



commit 8d3e1eb3144af4a0769c76239dcf806d9d33bd82
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Jan 9 00:31:13 2020 -0500

    docs: Fix a typo

 gdk/gdkdrag.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk/gdkdrag.c b/gdk/gdkdrag.c
index b99d9dc06f..7dfc79e6e0 100644
--- a/gdk/gdkdrag.c
+++ b/gdk/gdkdrag.c
@@ -109,11 +109,11 @@ G_DEFINE_ABSTRACT_TYPE_WITH_PRIVATE (GdkDrag, gdk_drag, G_TYPE_OBJECT)
  *
  * The actual data transfer is initiated from the target side via an async
  * read, using one of the GdkDrop functions for this purpose: gdk_drop_read_async(),
- * gdk_drop_read_value_async() or gdk_read_text_async().
+ * gdk_drop_read_value_async() or gdk_drop_read_text_async().
  * 
  * GTK provides a higher level abstraction based on top of these functions,
  * and so they are not normally needed in GTK applications. See the
- * [Drag and Drop][gtk4-Drag-and-Drop] section of the GTK+ documentation
+ * [Drag and Drop][gtk4-Drag-and-Drop] section of the GTK documentation
  * for more information.
  */
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]