[Scummvm-git-logs] scummvm master -> f0970e806de8998db852bee4bbca29b5a407f8d5

eriktorbjorn noreply at scummvm.org
Sun Aug 3 08:41:19 UTC 2025


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

Summary:
f0970e806d SCUMM: Fix comment typo


Commit: f0970e806de8998db852bee4bbca29b5a407f8d5
    https://github.com/scummvm/scummvm/commit/f0970e806de8998db852bee4bbca29b5a407f8d5
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2025-08-03T10:40:58+02:00

Commit Message:
SCUMM: Fix comment typo

Changed paths:
    engines/scumm/detection.cpp


diff --git a/engines/scumm/detection.cpp b/engines/scumm/detection.cpp
index 760bbf11d00..d508efc5067 100644
--- a/engines/scumm/detection.cpp
+++ b/engines/scumm/detection.cpp
@@ -141,7 +141,7 @@ static int compareTreeNodes(const void *a, const void *b) {
 
  void ScummMetaEngineDetection::dumpDetectionEntries() const {
 #if 0
-	// Sort all entrues by gameid, as they are sorted by md5
+	// Sort all entries by gameid, as they are sorted by md5
 	Common::SortedArray<EntryPos *> gameIDs(compareTreeNodes);
 	for (int i = 0; md5table[i].gameid != 0; ++i)
 		gameIDs.insert(new EntryPos(md5table[i].gameid , i));




More information about the Scummvm-git-logs mailing list