aboutsummaryrefslogtreecommitdiff
path: root/sound/mods
diff options
context:
space:
mode:
authorMax Horn2010-06-15 12:33:20 +0000
committerMax Horn2010-06-15 12:33:20 +0000
commit651e2760a3b2de0c542ccbbf1bf3caa319cc0349 (patch)
tree38126987330359302a08a931c1c746401725c0b1 /sound/mods
parent7a5ce0eddd01d29d14543679aef8892e08829a63 (diff)
downloadscummvm-rg350-651e2760a3b2de0c542ccbbf1bf3caa319cc0349.tar.gz
scummvm-rg350-651e2760a3b2de0c542ccbbf1bf3caa319cc0349.tar.bz2
scummvm-rg350-651e2760a3b2de0c542ccbbf1bf3caa319cc0349.zip
Fix spelling, cleanup
svn-id: r49843
Diffstat (limited to 'sound/mods')
-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);