aboutsummaryrefslogtreecommitdiff
path: root/sound/mods/protracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/mods/protracker.h')
-rw-r--r--sound/mods/protracker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mods/protracker.h b/sound/mods/protracker.h
index dfcb0e6c51..af722637c7 100644
--- a/sound/mods/protracker.h
+++ b/sound/mods/protracker.h
@@ -48,7 +48,7 @@ class AudioStream;
* @param stream the ReadStream from which to read the ProTracker data
* @param rate TODO
* @param stereo TODO
- * @return a new AudioStream, or NULL, if an error occured
+ * @return a new AudioStream, or NULL, if an error occurred
*/
AudioStream *makeProtrackerStream(Common::SeekableReadStream *stream, int offs = 0, int rate = 44100, bool stereo = true);