diff options
author | Kari Salminen | 2008-04-12 13:20:15 +0000 |
---|---|---|
committer | Kari Salminen | 2008-04-12 13:20:15 +0000 |
commit | 91e1a6b7be34e2cbb52826c28ce210b15bb19f1e (patch) | |
tree | cabb90adbe3dc73003b9c8bff003fa6fa2a717ca /engines/agi | |
parent | c1cd5d17c230167c28e2a56d82e1345f46ffc55d (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/agi/id.cpp | 4 |
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. |