[gtk] win32: Fix typo



commit 06bba15f6221f5d441d157a7337d1398fd0910a7
Author: Benjamin Otte <otte redhat com>
Date:   Tue Jun 19 21:45:44 2018 +0200

    win32: Fix typo
    
    This should fix gtk-doc erroring out.

 gdk/win32/gdkdrop-win32.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gdk/win32/gdkdrop-win32.c b/gdk/win32/gdkdrop-win32.c
index d262d6013e..1ddba01f06 100644
--- a/gdk/win32/gdkdrop-win32.c
+++ b/gdk/win32/gdkdrop-win32.c
@@ -121,7 +121,7 @@ struct _drop_target_context
   gint                            ref_count;
 
   /* The drop object we create when a drag enters our surface.
-   * The drop obj�ct is destroyed when the drag leaves.
+   * The drop object is destroyed when the drag leaves.
    */
   GdkDrop                        *drop;
   /* We get this at the object at creation time and keep


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