aboutsummaryrefslogtreecommitdiff
path: root/sound/decoders/adpcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/decoders/adpcm.h')
-rw-r--r--sound/decoders/adpcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/decoders/adpcm.h b/sound/decoders/adpcm.h
index 7452478f35..04dbb1a521 100644
--- a/sound/decoders/adpcm.h
+++ b/sound/decoders/adpcm.h
@@ -71,7 +71,7 @@ enum typesADPCM {
* @param rate the sampling rate
* @param channels the number of channels
* @param blockAlign block alignment ???
- * @return a new RewindableAudioStream, or NULL, if an error occured
+ * @return a new RewindableAudioStream, or NULL, if an error occurred
*/
RewindableAudioStream *makeADPCMStream(
Common::SeekableReadStream *stream,