[Scummvm-git-logs] scummvm master -> 6270c49d9b3a387a866d92710456bb49533c869c

salty-horse noreply at scummvm.org
Fri Jun 26 06:35:48 UTC 2026


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:
6270c49d9b COMMON: Fix typo in comment


Commit: 6270c49d9b3a387a866d92710456bb49533c869c
    https://github.com/scummvm/scummvm/commit/6270c49d9b3a387a866d92710456bb49533c869c
Author: Ori Avtalion (ori at avtalion.name)
Date: 2026-06-26T09:34:17+03:00

Commit Message:
COMMON: Fix typo in comment

Changed paths:
    common/archive.h


diff --git a/common/archive.h b/common/archive.h
index 28c26246916..5889289be50 100644
--- a/common/archive.h
+++ b/common/archive.h
@@ -410,7 +410,7 @@ public:
 	 *
 	 * In this example, the code first tries to search for all directories matching
 	 * "game" in the path "directory" first and search through all of the matches for
-	 * "itedata". If "ingoreCase" is set to true, the code does a case insensitive
+	 * "itedata". If "ignoreCase" is set to true, the code does a case insensitive
 	 * match, otherwise it is doing a case sensitive match.
 	 *
 	 * This method also works with tokens. For a list of available tokens,




More information about the Scummvm-git-logs mailing list