From 1eef5da741718340ff0a6f99dab91912429dd1cb Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Thu, 27 Oct 2022 11:33:33 +0200 Subject: [PATCH] DIRECTOR: Correct spelling mistake comming -> coming --- engines/director/sound.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/director/sound.cpp b/engines/director/sound.cpp index 7b514c7f150..71d2e0422e4 100644 --- a/engines/director/sound.cpp +++ b/engines/director/sound.cpp @@ -576,7 +576,7 @@ void DirectorSound::playFPlaySound(const Common::Array &fplayLis for (uint i = 0; i < fplayList.size(); i++) _fplayQueue.push(fplayList[i]); - // stop the previous sound, because new one is comming + // stop the previous sound, because new one is coming if (isChannelActive(1)) stopSound(1);