summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libmate-desktop/mate-desktop-thumbnail.c2
1 files changed, 1 insertions, 1 deletions
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)