From 3de55677b92bfbb07d8e5acefaaa19df12c3cbbf Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 1 Apr 2006 22:31:57 +0000 Subject: Typo svn-id: r21540 --- engines/scumm/plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp index 715a1ab969..5664f05218 100644 --- a/engines/scumm/plugin.cpp +++ b/engines/scumm/plugin.cpp @@ -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) { -- cgit v1.2.3