From 73b96be8737a367d6978140e66c6680d4adb6990 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 11 Jul 2017 11:13:20 +0200 Subject: thumbnail: Fix typo in optional origin commit: https://gitlab.gnome.org/GNOME/gnome-desktop/commit/fdb6fd1 --- libmate-desktop/mate-desktop-thumbnail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmate-desktop/mate-desktop-thumbnail.c b/libmate-desktop/mate-desktop-thumbnail.c index 5052de1..21a7b58 100644 --- a/libmate-desktop/mate-desktop-thumbnail.c +++ b/libmate-desktop/mate-desktop-thumbnail.c @@ -200,7 +200,7 @@ thumbnailer_try_exec (Thumbnailer *thumb) if (G_UNLIKELY (!thumb)) return FALSE; - /* TryExec is optinal, but Exec isn't, so we assume + /* TryExec is optional, but Exec isn't, so we assume * the thumbnailer can be run when TryExec is not present */ if (!thumb->try_exec) -- cgit v1.2.1