summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-01-19 07:12:12 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-01-19 07:12:12 -0500
commit79d7f6b4157bc85bb376fac945c9158adea0fa98 (patch)
tree4c91a341f7214113856a616c87d19c845976b867
parent9daf885dcca6c5bb6e00738724c1b35445e9caa5 (diff)
downloadgtk+-79d7f6b4157bc85bb376fac945c9158adea0fa98.tar.gz
Typo fix
-rw-r--r--gdk/gdkdnd.c2
1 files changed, 1 insertions, 1 deletions
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()