diff options
-rw-r--r-- | graphics/thumbnail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/thumbnail.h b/graphics/thumbnail.h index 0465173364..9341582aa1 100644 --- a/graphics/thumbnail.h +++ b/graphics/thumbnail.h @@ -46,7 +46,7 @@ bool checkThumbnailHeader(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. */ |