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 --- src/eom-window.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/eom-window.c') 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; -- cgit v1.2.1