summaryrefslogtreecommitdiff
path: root/cut-n-paste/toolbar-editor
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-03-30 14:37:22 +0300
committermonsta <[email protected]>2016-03-30 14:37:22 +0300
commitd1196018a75b610148f79df843b2b63877aa9ca1 (patch)
tree9ab2a38ad8cbc3a1f4f6e4131175a2cce6644411 /cut-n-paste/toolbar-editor
parent5001668d783804f291624b7b0430da4b5a3432fd (diff)
downloadeom-d1196018a75b610148f79df843b2b63877aa9ca1.tar.bz2
eom-d1196018a75b610148f79df843b2b63877aa9ca1.tar.xz
fix a few typos in the comments
Diffstat (limited to 'cut-n-paste/toolbar-editor')
-rw-r--r--cut-n-paste/toolbar-editor/egg-editable-toolbar.c2
1 files changed, 1 insertions, 1 deletions
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);