aboutsummaryrefslogtreecommitdiff
path: root/graphics/video/codecs/qdm2.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/video/codecs/qdm2.h')
-rw-r--r--graphics/video/codecs/qdm2.h2
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);