diff options
author | Travis Howell | 2006-10-06 09:21:34 +0000 |
---|---|---|
committer | Travis Howell | 2006-10-06 09:21:34 +0000 |
commit | e0b76855d31917c70a4d7db44555acbcdd12fdc5 (patch) | |
tree | 3cc3bb61c8b39e5567c1796e2714700c1bae2b94 /engines | |
parent | d16c635a12ee3fc7936c00a6204815e057997f52 (diff) | |
download | scummvm-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.cpp | 2 |
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"}, |