diff options
-rw-r--r-- | engines/cge2/detection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/cge2/detection.cpp b/engines/cge2/detection.cpp index a7b25d1e05..1f0b67c495 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; |