diff options
author | Johannes Schickel | 2014-08-30 14:12:01 +0200 |
---|---|---|
committer | Johannes Schickel | 2014-08-30 14:12:01 +0200 |
commit | 1859f8e8e56e2a18ee166e86ae5b0b95df43c9aa (patch) | |
tree | 36cd45f76755466cebf1ff3f5e468ffec8d93ea5 /engines/sci/sound/drivers/midi.cpp | |
parent | 77e2c637f7a7e6219aebaedc6f7e5330e894e442 (diff) | |
parent | 0d215badf78056cb72672bdaa6dfdeb5b79491e8 (diff) | |
download | scummvm-rg350-1859f8e8e56e2a18ee166e86ae5b0b95df43c9aa.tar.gz scummvm-rg350-1859f8e8e56e2a18ee166e86ae5b0b95df43c9aa.tar.bz2 scummvm-rg350-1859f8e8e56e2a18ee166e86ae5b0b95df43c9aa.zip |
Merge pull request #493 from BenCastricum/branch2
MISC: Some minor typo fixes
Diffstat (limited to 'engines/sci/sound/drivers/midi.cpp')
-rw-r--r-- | engines/sci/sound/drivers/midi.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/sound/drivers/midi.cpp b/engines/sci/sound/drivers/midi.cpp index 8f535aeddc..80a72b9a6f 100644 --- a/engines/sci/sound/drivers/midi.cpp +++ b/engines/sci/sound/drivers/midi.cpp @@ -956,7 +956,7 @@ int MidiPlayer_Midi::open(ResourceManager *resMan) { if (getSciVersion() >= SCI_VERSION_1_EGA_ONLY) warning("The automatic mapping for General MIDI hasn't been worked on for " "SCI1 games. Music might sound wrong or broken. Please choose another " - "music driver for this game (e.g. Adlib or MT-32) if you are " + "music driver for this game (e.g. AdLib or MT-32) if you are " "experiencing issues with music"); // Modify velocity map to make low velocity notes a little louder |