summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormonsta <[email protected]>2020-02-16 14:08:45 +0300
committerGitHub <[email protected]>2020-02-16 14:08:45 +0300
commit2edc2a7dfbf95cf710002d633ca11530ef094ce8 (patch)
tree314dc4d7df882cb5d26a60f74d036abad27c1ae1
parent5abf684dc853caa629c92d2600c3c7f3d4264a66 (diff)
downloadmate-desktop-2edc2a7dfbf95cf710002d633ca11530ef094ce8.tar.bz2
mate-desktop-2edc2a7dfbf95cf710002d633ca11530ef094ce8.tar.xz
thumbnail: fix typo in function description
-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 ae56366..d10ac7f 100644
--- a/libmate-desktop/mate-desktop-thumbnail.c
+++ b/libmate-desktop/mate-desktop-thumbnail.c
@@ -816,7 +816,7 @@ mate_desktop_thumbnail_factory_has_valid_failed_thumbnail (MateDesktopThumbnailF
* @mime_type: the mime type of the file
* @mtime: the mtime of the file
*
- * Returns TRUE if this MateDesktopThumbnail can (at least try) to thumbnail
+ * Returns TRUE if this MateDesktopThumbnailFactory can (at least try) to thumbnail
* this file. Thumbnails or files with failed thumbnails won't be thumbnailed.
*
* Usage of this function is threadsafe.