diff options
| -rw-r--r-- | engines/scumm/plugin.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
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) {  | 
