From 1224d79e533325435c2d655b650bc7faf0c08b4f Mon Sep 17 00:00:00 2001 From: uruk Date: Mon, 11 Aug 2014 14:54:47 +0200 Subject: CGE2: Fix typo in detection.cpp. --- engines/cge2/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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; -- cgit v1.2.3