summaryrefslogtreecommitdiff
path: root/src
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 /src
parent5001668d783804f291624b7b0430da4b5a3432fd (diff)
downloadeom-d1196018a75b610148f79df843b2b63877aa9ca1.tar.bz2
eom-d1196018a75b610148f79df843b2b63877aa9ca1.tar.xz
fix a few typos in the comments
Diffstat (limited to 'src')
-rw-r--r--src/eom-window.c4
1 files changed, 2 insertions, 2 deletions
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;