diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp index a7b25d1e055..1f0b67c4954 100644 --- a/engines/cge2/detection.cpp +++ b/engines/cge2/detection.cpp @@ -59,7 +59,7 @@ const ADGameDescription *CGE2MetaEngine::fallbackDetect(const FileMap &allFiles, continue; desc.gameid = "sfinx"; - desc.extra = "Sfinx English Alfa v0.1"; + desc.extra = "Sfinx English Alpha v0.1"; desc.language = Common::EN_ANY; desc.platform = Common::kPlatformDOS; desc.flags = ADGF_NO_FLAGS;