From 79d7f6b4157bc85bb376fac945c9158adea0fa98 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 19 Jan 2016 07:12:12 -0500 Subject: [PATCH] Typo fix --- gdk/gdkdnd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdkdnd.c b/gdk/gdkdnd.c index 7a82849089..b34b824b9b 100644 --- a/gdk/gdkdnd.c +++ b/gdk/gdkdnd.c @@ -294,7 +294,7 @@ gdk_drag_context_class_init (GdkDragContextClass *klass) * GdkDragContext::drop-performed: * @time: the time at which the drop happened. * - * The drag and drop operation was perfomed on an accepting client. + * The drag and drop operation was performed on an accepting client. * * This signal will only be emitted if the #GdkDragContext manages * the drag and drop operation. See gdk_drag_context_manage_dnd()