diff options
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); |