aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMartin Kiewitz2015-06-26 20:23:51 +0200
committerMartin Kiewitz2015-06-26 20:23:51 +0200
commit3f334e5266f81598df3653b937206f1e75a2f788 (patch)
tree19046f21b79669bcb4d7c9590db420ed34f3efaa /engines
parent057774f28cd58f75ab44474e7c5bb0681a363c3c (diff)
downloadscummvm-rg350-3f334e5266f81598df3653b937206f1e75a2f788.tar.gz
scummvm-rg350-3f334e5266f81598df3653b937206f1e75a2f788.tar.bz2
scummvm-rg350-3f334e5266f81598df3653b937206f1e75a2f788.zip
SHERLOCK: RT: Miles AdLib driver fix errormsg typo
Diffstat (limited to 'engines')
-rw-r--r--engines/sherlock/tattoo/drivers/tattoo_adlib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/drivers/tattoo_adlib.cpp b/engines/sherlock/tattoo/drivers/tattoo_adlib.cpp
index c762ec4d02..af3161e16e 100644
--- a/engines/sherlock/tattoo/drivers/tattoo_adlib.cpp
+++ b/engines/sherlock/tattoo/drivers/tattoo_adlib.cpp
@@ -986,7 +986,7 @@ MidiDriver *MidiDriver_Miles_AdLib_create(const Common::String instrumentDataFil
uint16 instrumentDataSize = 0;
if (!fileStream->open(instrumentDataFilename))
- error("MILES-ADLIB: coult not open instrument file");
+ error("MILES-ADLIB: could not open instrument file");
fileSize = fileStream->size();