From d1196018a75b610148f79df843b2b63877aa9ca1 Mon Sep 17 00:00:00 2001 From: monsta Date: Wed, 30 Mar 2016 14:37:22 +0300 Subject: fix a few typos in the comments --- cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cut-n-paste/toolbar-editor/egg-editable-toolbar.c') diff --git a/cut-n-paste/toolbar-editor/egg-editable-toolbar.c b/cut-n-paste/toolbar-editor/egg-editable-toolbar.c index f2a1b04..bcc3cfb 100644 --- a/cut-n-paste/toolbar-editor/egg-editable-toolbar.c +++ b/cut-n-paste/toolbar-editor/egg-editable-toolbar.c @@ -663,7 +663,7 @@ toolbar_drag_data_received_cb (GtkToolbar *toolbar, char *name = NULL; gboolean used = FALSE; - /* Find out where the drop is occuring, and the name of what is being dropped. */ + /* Find out where the drop is occurring, and the name of what is being dropped. */ if (gtk_selection_data_get_length (selection_data) >= 0) { ipos = gtk_toolbar_get_drop_index (toolbar, x, y); -- cgit v1.2.1