From 06bba15f6221f5d441d157a7337d1398fd0910a7 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Tue, 19 Jun 2018 21:45:44 +0200 Subject: [PATCH] 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 -- 2.30.2