From 5c85230443ad7405a4ebd3167d8a176a2435e991 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Fri, 4 Aug 2017 04:27:09 +0100 Subject: SCUMM: Fix Typo in Detection Table Comment. No functional change. --- engines/scumm/detection_tables.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- cgit v1.2.3