aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/id.cpp
diff options
context:
space:
mode:
authorKari Salminen2008-04-12 13:20:15 +0000
committerKari Salminen2008-04-12 13:20:15 +0000
commit91e1a6b7be34e2cbb52826c28ce210b15bb19f1e (patch)
treecabb90adbe3dc73003b9c8bff003fa6fa2a717ca /engines/agi/id.cpp
parentc1cd5d17c230167c28e2a56d82e1345f46ffc55d (diff)
downloadscummvm-rg350-91e1a6b7be34e2cbb52826c28ce210b15bb19f1e.tar.gz
scummvm-rg350-91e1a6b7be34e2cbb52826c28ce210b15bb19f1e.tar.bz2
scummvm-rg350-91e1a6b7be34e2cbb52826c28ce210b15bb19f1e.zip
Fix a couple of typos spotted by Raziel.
svn-id: r31487
Diffstat (limited to 'engines/agi/id.cpp')
-rw-r--r--engines/agi/id.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agi/id.cpp b/engines/agi/id.cpp
index eb1d570889..1ce665d900 100644
--- a/engines/agi/id.cpp
+++ b/engines/agi/id.cpp
@@ -76,7 +76,7 @@ int AgiEngine::setupV2Game(int ver, uint32 crc) {
if (getFeatures() & GF_AGDS)
agiSetRelease(ver = 0x2440); /* ALL AGDS games built for 2.440 */
- report("Seting up for version 0x%04X\n", ver);
+ report("Setting up for version 0x%04X\n", ver);
// 'quit' takes 0 args for 2.089
if (ver == 0x2089)
@@ -104,7 +104,7 @@ int AgiEngine::setupV3Game(int ver, uint32 crc) {
agiSetRelease(ver = 0x3149);
}
- report("Seting up for version 0x%04X\n", ver);
+ report("Setting up for version 0x%04X\n", ver);
// 'unknown176' takes 1 arg for 3.002.086, not 0 args.
// 'unknown173' also takes 1 arg for 3.002.068, not 0 args.