aboutsummaryrefslogtreecommitdiff
path: root/graphics/thumbnail.h
diff options
context:
space:
mode:
authorJordi Vilalta Prat2010-08-03 13:15:34 +0000
committerJordi Vilalta Prat2010-08-03 13:15:34 +0000
commita02d9d656b8a066f362dd872d094dd4d849a8537 (patch)
treefe5902d27f05cbf485ba9b216785ef914b29e529 /graphics/thumbnail.h
parent8e08c432da73e014c7759f2f18019ddc3870771c (diff)
downloadscummvm-rg350-a02d9d656b8a066f362dd872d094dd4d849a8537.tar.gz
scummvm-rg350-a02d9d656b8a066f362dd872d094dd4d849a8537.tar.bz2
scummvm-rg350-a02d9d656b8a066f362dd872d094dd4d849a8537.zip
GRAPHICS: Fix a typo in a comment.
svn-id: r51692
Diffstat (limited to 'graphics/thumbnail.h')
-rw-r--r--graphics/thumbnail.h2
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.
*/