[Scummvm-git-logs] scummvm master -> 7f3e501e46e1a5bd9cbd32f0905b5c9b211858cf

bluegr noreply at scummvm.org
Wed Dec 25 15:20:53 UTC 2024


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:
7f3e501e46 JANITORIAL: GOB: Fix typos


Commit: 7f3e501e46e1a5bd9cbd32f0905b5c9b211858cf
    https://github.com/scummvm/scummvm/commit/7f3e501e46e1a5bd9cbd32f0905b5c9b211858cf
Author: Hubert Maier (raziel- at users.noreply.github.com)
Date: 2024-12-25T17:20:50+02:00

Commit Message:
JANITORIAL: GOB: Fix typos

Changed paths:
    engines/gob/init_v7.cpp


diff --git a/engines/gob/init_v7.cpp b/engines/gob/init_v7.cpp
index f8830de8134..f7416cb0736 100644
--- a/engines/gob/init_v7.cpp
+++ b/engines/gob/init_v7.cpp
@@ -51,7 +51,7 @@ void Init_v7::initGame() {
 	SearchMan.addSubDirectoryMatching(gameDataDir, "adibodem");
 
 	// Add additional applications directories (e.g. "Read/Count 4-5 years").
-	// We rely on the presence of an "intro_ap.itk" to determinate whether a subdirectory contains an applcation.
+	// We rely on the presence of an "intro_ap.itk" to determinate whether a subdirectory contains an application.
 	Common::FSList subdirs;
 	gameDataDir.getChildren(subdirs, Common::FSNode::kListDirectoriesOnly);
 	for (const Common::FSNode &subdirNode : subdirs) {




More information about the Scummvm-git-logs mailing list