diff options
author | Martin Kiewitz | 2015-06-26 20:23:51 +0200 |
---|---|---|
committer | Martin Kiewitz | 2015-06-26 20:23:51 +0200 |
commit | 3f334e5266f81598df3653b937206f1e75a2f788 (patch) | |
tree | 19046f21b79669bcb4d7c9590db420ed34f3efaa /engines/sherlock/tattoo/drivers/tattoo_adlib.cpp | |
parent | 057774f28cd58f75ab44474e7c5bb0681a363c3c (diff) | |
download | scummvm-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/sherlock/tattoo/drivers/tattoo_adlib.cpp')
-rw-r--r-- | engines/sherlock/tattoo/drivers/tattoo_adlib.cpp | 2 |
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(); |