Skip to content

Commit

Permalink
SCUMM: Fix Typo in Detection Table Comment.
Browse files Browse the repository at this point in the history
No functional change.
  • Loading branch information
digitall committed Aug 4, 2017
1 parent e1754fb commit 5c85230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/scumm/detection_tables.h
Expand Up @@ -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" },
Expand Down

0 comments on commit 5c85230

Please sign in to comment.