aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/sound
diff options
context:
space:
mode:
authorathrxx2019-10-07 21:04:37 +0200
committerathrxx2019-10-31 13:10:22 +0100
commit6651b08d311d90a8ae491f31b92ffa593795cbee (patch)
tree0ad0d29a947c896ca34da7bbaf9272ba2a53ceaf /engines/kyra/sound
parent1a08072deaf1e574ce3dd4c7ce7d14efdeb3171a (diff)
downloadscummvm-rg350-6651b08d311d90a8ae491f31b92ffa593795cbee.tar.gz
scummvm-rg350-6651b08d311d90a8ae491f31b92ffa593795cbee.tar.bz2
scummvm-rg350-6651b08d311d90a8ae491f31b92ffa593795cbee.zip
KYRA: (EOB) - fix some typos in comments
Diffstat (limited to 'engines/kyra/sound')
-rw-r--r--engines/kyra/sound/drivers/audiomaster2.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}