[Scummvm-git-logs] scummvm master -> 3e37a6ca9a4df412adef778a771d5a76ffc24d04

eriktorbjorn noreply at scummvm.org
Tue Apr 19 11:58:27 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
3e37a6ca9a SCUMM: Fix comment typo


Commit: 3e37a6ca9a4df412adef778a771d5a76ffc24d04
    https://github.com/scummvm/scummvm/commit/3e37a6ca9a4df412adef778a771d5a76ffc24d04
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2022-04-19T13:58:00+02:00

Commit Message:
SCUMM: Fix comment typo

Changed paths:
    engines/scumm/resource.cpp


diff --git a/engines/scumm/resource.cpp b/engines/scumm/resource.cpp
index 2edb08aaaed..04d50d7d71e 100644
--- a/engines/scumm/resource.cpp
+++ b/engines/scumm/resource.cpp
@@ -1686,7 +1686,7 @@ void ScummEngine::applyWorkaroundIfNeeded(ResType type, int idx) {
 	//
 	// However, this means that there is no way to pick the difficulty
 	// level. Since ScummVM bypasses the copy protection check, there is
-	// no harm in showing the screen by simply re-inserging the missing
+	// no harm in showing the screen by simply re-inserting the missing
 	// part of the script.
 
 	else if (_game.id == GID_MONKEY2 && _game.platform == Common::kPlatformMacintosh && type == rtScript && idx == 1 && size == 6718) {




More information about the Scummvm-git-logs mailing list