diff options
author | monsta <[email protected]> | 2020-02-16 14:08:45 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-16 14:08:45 +0300 |
commit | 2edc2a7dfbf95cf710002d633ca11530ef094ce8 (patch) | |
tree | 314dc4d7df882cb5d26a60f74d036abad27c1ae1 /libmate-desktop | |
parent | 5abf684dc853caa629c92d2600c3c7f3d4264a66 (diff) | |
download | mate-desktop-2edc2a7dfbf95cf710002d633ca11530ef094ce8.tar.bz2 mate-desktop-2edc2a7dfbf95cf710002d633ca11530ef094ce8.tar.xz |
thumbnail: fix typo in function description
Diffstat (limited to 'libmate-desktop')
-rw-r--r-- | libmate-desktop/mate-desktop-thumbnail.c | 2 |
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. |