diff options
author | D G Turner | 2017-08-04 04:27:09 +0100 |
---|---|---|
committer | D G Turner | 2017-08-04 04:27:09 +0100 |
commit | 5c85230443ad7405a4ebd3167d8a176a2435e991 (patch) | |
tree | 13809e2404bae8d4ef02c3df42a39d3eb5a12c29 /engines/scumm | |
parent | e1754fbec7fec66334a47d6dca7c1e90bd424039 (diff) | |
download | scummvm-rg350-5c85230443ad7405a4ebd3167d8a176a2435e991.tar.gz scummvm-rg350-5c85230443ad7405a4ebd3167d8a176a2435e991.tar.bz2 scummvm-rg350-5c85230443ad7405a4ebd3167d8a176a2435e991.zip |
SCUMM: Fix Typo in Detection Table Comment.
No functional change.
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/detection_tables.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h index adcecaba55..89179dac97 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" }, |