aboutsummaryrefslogtreecommitdiff
path: root/sound/mididrv.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-13 21:02:50 +0000
committerJohannes Schickel2009-05-13 21:02:50 +0000
commit297a9c6c5f0db09ea94fe9e8545b695fb4550abe (patch)
tree004ff3be4def13b8ac60e5098c0e2355738615c6 /sound/mididrv.cpp
parent923d26d9fb69fa5c8e8da7900147fa0f6fbb7a0c (diff)
downloadscummvm-rg350-297a9c6c5f0db09ea94fe9e8545b695fb4550abe.tar.gz
scummvm-rg350-297a9c6c5f0db09ea94fe9e8545b695fb4550abe.tar.bz2
scummvm-rg350-297a9c6c5f0db09ea94fe9e8545b695fb4550abe.zip
Fix spelling of AdLib (it's AdLib not Adlib).
svn-id: r40533
Diffstat (limited to 'sound/mididrv.cpp')
-rw-r--r--sound/mididrv.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp
index 5118e4971e..85d6994992 100644
--- a/sound/mididrv.cpp
+++ b/sound/mididrv.cpp
@@ -85,7 +85,7 @@ static const MidiDriverDescription s_musicDrivers[] = {
#endif
// The flags for the "adlib" driver indicates that it can do adlib and MIDI.
- {"adlib", "Adlib", MD_ADLIB, MDT_ADLIB},
+ {"adlib", "AdLib", MD_ADLIB, MDT_ADLIB},
{"pcspk", "PC Speaker", MD_PCSPK, MDT_PCSPK},
{"pcjr", "IBM PCjr", MD_PCJR, MDT_PCSPK},
{"towns", "FM Towns", MD_TOWNS, MDT_TOWNS},