From 6651b08d311d90a8ae491f31b92ffa593795cbee Mon Sep 17 00:00:00 2001 From: athrxx Date: Mon, 7 Oct 2019 21:04:37 +0200 Subject: KYRA: (EOB) - fix some typos in comments --- engines/kyra/sound/drivers/audiomaster2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/kyra/sound/drivers/audiomaster2.cpp') diff --git a/engines/kyra/sound/drivers/audiomaster2.cpp b/engines/kyra/sound/drivers/audiomaster2.cpp index 5fb8043cf5..352e1060e9 100644 --- a/engines/kyra/sound/drivers/audiomaster2.cpp +++ b/engines/kyra/sound/drivers/audiomaster2.cpp @@ -662,7 +662,7 @@ void SoundResourceINST::loadSamples(Common::ReadStream *stream, uint32 size) { instr->open(); _samplesResource = instr; } else { - // This will come up quite often in EOB II. But never with intruments that are actually used. No need to bother the user with a warning here. + // This will come up quite often in EOB II. But never with instruments that are actually used. No need to bother the user with a warning here. debugC(9, kDebugLevelSound, "SoundResourceINST::loadInstrument(): Samples resource '%s' not found for '%s'.", data, _name.c_str()); _samplesResource = 0; } -- cgit v1.2.3