From cb94d1f943031f8481adf398ccb1d6901e10307b Mon Sep 17 00:00:00 2001 From: Ben Castricum Date: Fri, 22 Aug 2014 06:31:50 +0200 Subject: MISC: Fix typo s/Adlib/AdLib/ (only where visible to the user) --- engines/sci/sound/drivers/midi.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/sound') 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 -- cgit v1.2.3