diff options
-rw-r--r-- | cut-n-paste/toolbar-editor/egg-editable-toolbar.c | 2 | ||||
-rw-r--r-- | src/eom-window.c | 4 |
2 files changed, 3 insertions, 3 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); diff --git a/src/eom-window.c b/src/eom-window.c index ff4f712..a3b6478 100644 --- a/src/eom-window.c +++ b/src/eom-window.c @@ -3390,7 +3390,7 @@ eom_window_cmd_move_to_trash (GtkAction *action, gpointer user_data) /* FIXME: make a nice progress dialog */ /* Do the work actually. First try to delete the image from the disk. If this - * is successfull, remove it from the screen. Otherwise show error dialog. + * is successful, remove it from the screen. Otherwise show error dialog. */ for (it = images; it != NULL; it = it->next) { GError *error = NULL; @@ -4165,7 +4165,7 @@ get_appinfo_for_editor (EomWindow *window) * (item is available, but can't find the GtkAction for it). * * By ensuring we keep the GAppInfo around, we avoid the - * possibility of that situation occuring. + * possibility of that situation occurring. */ static GDesktopAppInfo *app_info = NULL; static gboolean initialised; |