aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMax Horn2010-06-15 12:33:20 +0000
committerMax Horn2010-06-15 12:33:20 +0000
commit651e2760a3b2de0c542ccbbf1bf3caa319cc0349 (patch)
tree38126987330359302a08a931c1c746401725c0b1 /graphics
parent7a5ce0eddd01d29d14543679aef8892e08829a63 (diff)
downloadscummvm-rg350-651e2760a3b2de0c542ccbbf1bf3caa319cc0349.tar.gz
scummvm-rg350-651e2760a3b2de0c542ccbbf1bf3caa319cc0349.tar.bz2
scummvm-rg350-651e2760a3b2de0c542ccbbf1bf3caa319cc0349.zip
Fix spelling, cleanup
svn-id: r49843
Diffstat (limited to 'graphics')
-rw-r--r--graphics/scaler.h2
-rw-r--r--graphics/video/codecs/qdm2.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/scaler.h b/graphics/scaler.h
index 22bda5273a..577a91ccc1 100644
--- a/graphics/scaler.h
+++ b/graphics/scaler.h
@@ -77,7 +77,7 @@ enum {
* Creates a thumbnail from the current screen (without overlay).
*
* @param surf a surface (will always have 16 bpp after this for now)
- * @return false if a error occured
+ * @return false if a error occurred
*/
extern bool createThumbnailFromScreen(Graphics::Surface *surf);
diff --git a/graphics/video/codecs/qdm2.h b/graphics/video/codecs/qdm2.h
index c9a01a70ee..9eb566d04d 100644
--- a/graphics/video/codecs/qdm2.h
+++ b/graphics/video/codecs/qdm2.h
@@ -44,7 +44,7 @@ namespace Graphics {
*
* @param stream the SeekableReadStream from which to read the FLAC data
* @param extraData the QuickTime extra data stream
- * @return a new AudioStream, or NULL, if an error occured
+ * @return a new AudioStream, or NULL, if an error occurred
*/
Audio::AudioStream *makeQDM2Stream(Common::SeekableReadStream *stream, Common::SeekableReadStream *extraData);