aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTravis Howell2006-10-06 09:21:34 +0000
committerTravis Howell2006-10-06 09:21:34 +0000
commite0b76855d31917c70a4d7db44555acbcdd12fdc5 (patch)
tree3cc3bb61c8b39e5567c1796e2714700c1bae2b94 /engines
parentd16c635a12ee3fc7936c00a6204815e057997f52 (diff)
downloadscummvm-rg350-e0b76855d31917c70a4d7db44555acbcdd12fdc5.tar.gz
scummvm-rg350-e0b76855d31917c70a4d7db44555acbcdd12fdc5.tar.bz2
scummvm-rg350-e0b76855d31917c70a4d7db44555acbcdd12fdc5.zip
Correct typo in game title for Elvira 2
svn-id: r24139
Diffstat (limited to 'engines')
-rw-r--r--engines/agos/game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agos/game.cpp b/engines/agos/game.cpp
index 341979fb1f..3c31304a01 100644
--- a/engines/agos/game.cpp
+++ b/engines/agos/game.cpp
@@ -68,7 +68,7 @@ static const ObsoleteGameID obsoleteGameIDsTable[] = {
static const PlainGameDescriptor simonGames[] = {
{"elvira1", "Elvira - Mistress of the Dark"},
- {"elvira2", "Elvira II - The Jaws of Ceberus"},
+ {"elvira2", "Elvira II - The Jaws of Cerberus"},
{"waxworks", "Waxworks"},
{"simon1", "Simon the Sorcerer 1"},
{"simon2", "Simon the Sorcerer 2"},