aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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();