svn-id: r21540
This commit is contained in:
Max Horn 2006-04-01 22:31:57 +00:00
parent 8b1c432bac
commit 3de55677b9

View File

@ -1547,7 +1547,7 @@ Engine *Engine_SCUMM_create(GameDetector *detector, OSystem *syst) {
Engine *engine;
// We start by checking whether the specified game ID is obsolete.
// If that is the case, we automaticlaly upgrade the target to use
// If that is the case, we automatically upgrade the target to use
// the correct new game ID (and platform, if specified).
const ObsoleteGameID *o = obsoleteGameIDsTable;
while (o->from) {