diff options
author | uruk | 2014-08-11 14:54:47 +0200 |
---|---|---|
committer | uruk | 2014-08-11 14:54:47 +0200 |
commit | 1224d79e533325435c2d655b650bc7faf0c08b4f (patch) | |
tree | cc4ac4ee768045a07891e9ff43d39c0c4f750379 | |
parent | e709be446c1a3cac123aa6c6eb45be563deb99f4 (diff) | |
download | scummvm-rg350-1224d79e533325435c2d655b650bc7faf0c08b4f.tar.gz scummvm-rg350-1224d79e533325435c2d655b650bc7faf0c08b4f.tar.bz2 scummvm-rg350-1224d79e533325435c2d655b650bc7faf0c08b4f.zip |
CGE2: Fix typo in detection.cpp.
-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; |