aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/console.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2010-10-28 15:33:28 +0000
committerFilippos Karapetis2010-10-28 15:33:28 +0000
commit408d0e6c5fe6e01a5503aa0985b88bdac2798e6d (patch)
tree0678621b860bea106867bf7c96bb74e462f78b3d /engines/sci/console.cpp
parent0e7444a4638e32292ae00bcba8d8394bd4e22481 (diff)
downloadscummvm-rg350-408d0e6c5fe6e01a5503aa0985b88bdac2798e6d.tar.gz
scummvm-rg350-408d0e6c5fe6e01a5503aa0985b88bdac2798e6d.tar.bz2
scummvm-rg350-408d0e6c5fe6e01a5503aa0985b88bdac2798e6d.zip
SCI: Fixed typo
svn-id: r53905
Diffstat (limited to 'engines/sci/console.cpp')
-rw-r--r--engines/sci/console.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/console.cpp b/engines/sci/console.cpp
index ac9f9f5520..836813e738 100644
--- a/engines/sci/console.cpp
+++ b/engines/sci/console.cpp
@@ -1050,7 +1050,7 @@ bool Console::cmdMapInstrument(int argc, const char **argv) {
DebugPrintf("A value of 255 (0xff) signifies an unmapped instrument\n");
DebugPrintf("Please replace the spaces in the instrument name with underscores (\"_\"). They'll be converted to spaces afterwards\n\n");
DebugPrintf("Example: %s test_0__XX 1 255\n", argv[0]);
- DebugPrintf("The above example will map the MT-32 instument \"test 0 XX\" to GM instrument 1\n\n");
+ DebugPrintf("The above example will map the MT-32 instrument \"test 0 XX\" to GM instrument 1\n\n");
} else {
if (Mt32dynamicMappings != NULL) {
Mt32ToGmMap newMapping;