aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authoruruk2014-08-11 14:54:47 +0200
committeruruk2014-08-11 14:54:47 +0200
commit1224d79e533325435c2d655b650bc7faf0c08b4f (patch)
treecc4ac4ee768045a07891e9ff43d39c0c4f750379 /engines
parente709be446c1a3cac123aa6c6eb45be563deb99f4 (diff)
downloadscummvm-rg350-1224d79e533325435c2d655b650bc7faf0c08b4f.tar.gz
scummvm-rg350-1224d79e533325435c2d655b650bc7faf0c08b4f.tar.bz2
scummvm-rg350-1224d79e533325435c2d655b650bc7faf0c08b4f.zip
CGE2: Fix typo in detection.cpp.
Diffstat (limited to 'engines')
-rw-r--r--engines/cge2/detection.cpp2
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;