aboutsummaryrefslogtreecommitdiff
path: root/graphics/thumbnail.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/thumbnail.h')
-rw-r--r--graphics/thumbnail.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/thumbnail.h b/graphics/thumbnail.h
index b3fdb70b95..9341582aa1 100644
--- a/graphics/thumbnail.h
+++ b/graphics/thumbnail.h
@@ -39,14 +39,14 @@ namespace Graphics {
bool checkThumbnailHeader(Common::SeekableReadStream &in);
/**
- * Skips a thumbnail header, if present.
+ * Skips a thumbnail, if present.
*
* @param in stream to process
*/
-bool skipThumbnailHeader(Common::SeekableReadStream &in);
+bool skipThumbnail(Common::SeekableReadStream &in);
/**
- * Lodas a thumbnail from the given input stream.
+ * Loads a thumbnail from the given input stream.
* The loaded thumbnail will be automatically converted to the
* current overlay pixelformat.
*/