aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-13 21:02:50 +0000
committerJohannes Schickel2009-05-13 21:02:50 +0000
commit297a9c6c5f0db09ea94fe9e8545b695fb4550abe (patch)
tree004ff3be4def13b8ac60e5098c0e2355738615c6 /base
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 'base')
-rw-r--r--base/commandLine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/commandLine.cpp b/base/commandLine.cpp
index 62c526b0c6..b58c3d320d 100644
--- a/base/commandLine.cpp
+++ b/base/commandLine.cpp
@@ -99,11 +99,11 @@ static const char HELP_STRING[] =
" --extrapath=PATH Extra path to additional game data\n"
" --soundfont=FILE Select the SoundFont for MIDI playback (only\n"
" supported by some MIDI drivers)\n"
- " --multi-midi Enable combination Adlib and native MIDI\n"
+ " --multi-midi Enable combination AdLib and native MIDI\n"
" --native-mt32 True Roland MT-32 (disable GM emulation)\n"
" --enable-gs Enable Roland GS mode for MIDI playback\n"
" --output-rate=RATE Select output sample rate in Hz (e.g. 22050)\n"
- " --opl-driver=DRIVER Select Adlib (OPL) emulator (db, mame)\n"
+ " --opl-driver=DRIVER Select AdLib (OPL) emulator (db, mame)\n"
" --aspect-ratio Enable aspect ratio correction\n"
" --render-mode=MODE Enable additional render modes (cga, ega, hercGreen,\n"
" hercAmber, amiga)\n"