aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorJohannes Schickel2009-09-14 19:30:46 +0000
committerJohannes Schickel2009-09-14 19:30:46 +0000
commit1b68bf76ac1c7b6276353ee36cc6fa6141aaa3ef (patch)
tree5c4b0bd455c5a268693f0b66b71522a66951a1dc /engines
parent160f9e77055c9ba80810ef22783158d7939291b0 (diff)
downloadscummvm-rg350-1b68bf76ac1c7b6276353ee36cc6fa6141aaa3ef.tar.gz
scummvm-rg350-1b68bf76ac1c7b6276353ee36cc6fa6141aaa3ef.tar.bz2
scummvm-rg350-1b68bf76ac1c7b6276353ee36cc6fa6141aaa3ef.zip
Wording.
svn-id: r44086
Diffstat (limited to 'engines')
-rw-r--r--engines/groovie/music.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/groovie/music.cpp b/engines/groovie/music.cpp
index 0566b611d5..1532d10779 100644
--- a/engines/groovie/music.cpp
+++ b/engines/groovie/music.cpp
@@ -558,8 +558,8 @@ void MusicPlayerXMI::setTimbreAD(byte channel, const Timbre &timbre) {
// Prepare the AdLib Instrument array from the GTL entry
//
- // struct AdlibInstrument used by our AdLib MIDI synth is 30 bytes,
- // since we pass data + 2 for non precussion instruments we need to
+ // struct AdlibInstrument used by our AdLib MIDI synth is 30 bytes.
+ // Since we pass data + 2 for non percussion instruments we need to
// have a buffer of size 32, so there are no invalid memory reads,
// when setting up an AdLib instrument.
byte data[32];