[Scummvm-git-logs] scummvm master -> 5c85230443ad7405a4ebd3167d8a176a2435e991

digitall dgturner at iee.org
Fri Aug 4 05:20:39 CEST 2017


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:
5c85230443 SCUMM: Fix Typo in Detection Table Comment.


Commit: 5c85230443ad7405a4ebd3167d8a176a2435e991
    https://github.com/scummvm/scummvm/commit/5c85230443ad7405a4ebd3167d8a176a2435e991
Author: D G Turner (digitall at scummvm.org)
Date: 2017-08-04T04:27:09+01:00

Commit Message:
SCUMM: Fix Typo in Detection Table Comment.

No functional change.

Changed paths:
    engines/scumm/detection_tables.h


diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h
index adcecab..89179da 100644
--- a/engines/scumm/detection_tables.h
+++ b/engines/scumm/detection_tables.h
@@ -60,7 +60,7 @@ static const char *const directoryGlobs[] = {
 
 /**
  * This table contains all game IDs supported by the SCUMM engine, and maps
- * them to the full humand readable game name.
+ * them to the full human readable game name.
  */
 static const PlainGameDescriptor gameDescriptions[] = {
 	{ "atlantis", "Indiana Jones and the Fate of Atlantis" },





More information about the Scummvm-git-logs mailing list