[gtk/gtk-3-24] gdkdnd: Fix 2 typos in docs



commit f040918ffae57ed58e661828261c876f1a053b01
Author: Daniel Boles <dboles src gmail com>
Date:   Sun May 27 18:10:02 2018 +0100

    gdkdnd: Fix 2 typos in docs

 gdk/gdkdnd.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk/gdkdnd.c b/gdk/gdkdnd.c
index d0629cfb7e..f5e0469802 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
  *
@@ -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
  *


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