diff options
author | Max Horn | 2010-06-15 12:33:20 +0000 |
---|---|---|
committer | Max Horn | 2010-06-15 12:33:20 +0000 |
commit | 651e2760a3b2de0c542ccbbf1bf3caa319cc0349 (patch) | |
tree | 38126987330359302a08a931c1c746401725c0b1 /graphics/video | |
parent | 7a5ce0eddd01d29d14543679aef8892e08829a63 (diff) | |
download | scummvm-rg350-651e2760a3b2de0c542ccbbf1bf3caa319cc0349.tar.gz scummvm-rg350-651e2760a3b2de0c542ccbbf1bf3caa319cc0349.tar.bz2 scummvm-rg350-651e2760a3b2de0c542ccbbf1bf3caa319cc0349.zip |
Fix spelling, cleanup
svn-id: r49843
Diffstat (limited to 'graphics/video')
-rw-r--r-- | graphics/video/codecs/qdm2.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |