diff options
author | Max Horn | 2008-04-14 12:08:00 +0000 |
---|---|---|
committer | Max Horn | 2008-04-14 12:08:00 +0000 |
commit | 372d30c815cc010e4d0a3042b52955ba8081b808 (patch) | |
tree | db72551493bc44932cb56ee2c1f74099cb199ef2 | |
parent | c2e3572fe4a624d5a8fff733bf4db5d1c5fa6849 (diff) | |
download | scummvm-rg350-372d30c815cc010e4d0a3042b52955ba8081b808.tar.gz scummvm-rg350-372d30c815cc010e4d0a3042b52955ba8081b808.tar.bz2 scummvm-rg350-372d30c815cc010e4d0a3042b52955ba8081b808.zip |
typo
svn-id: r31500
-rw-r--r-- | sound/mididrv.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/mididrv.cpp b/sound/mididrv.cpp index b504925a37..9108aa450b 100644 --- a/sound/mididrv.cpp +++ b/sound/mididrv.cpp @@ -80,7 +80,7 @@ static const MidiDriverDescription s_musicDrivers[] = { {"mt32", "MT-32", MD_MT32, MDT_MIDI}, #endif - // The flags for the "adlibe" driver indicate that it can do adlib and MIDI. + // The flags for the "adlib" driver indicates that it can do adlib and MIDI. {"adlib", "Adlib", MD_ADLIB, MDT_ADLIB}, {"pcspk", "PC Speaker", MD_PCSPK, MDT_PCSPK}, {"pcjr", "IBM PCjr", MD_PCJR, MDT_PCSPK}, |