aboutsummaryrefslogtreecommitdiff
path: root/base
diff options
context:
space:
mode:
authorJohannes Schickel2009-08-18 15:41:00 +0000
committerJohannes Schickel2009-08-18 15:41:00 +0000
commit3ade77dfb06ba0d41f123306fcf529c7007351b9 (patch)
tree57d712d0ade945e569a2766bddfcaf9a24fcbe67 /base
parent426dd7d24149d7d60e9e20d0babe38d08e114b4a (diff)
downloadscummvm-rg350-3ade77dfb06ba0d41f123306fcf529c7007351b9.tar.gz
scummvm-rg350-3ade77dfb06ba0d41f123306fcf529c7007351b9.tar.bz2
scummvm-rg350-3ade77dfb06ba0d41f123306fcf529c7007351b9.zip
Typos.
svn-id: r43515
Diffstat (limited to 'base')
-rw-r--r--base/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp
index f9ebe7ae56..03db00a1d9 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -419,7 +419,7 @@ extern "C" int scummvm_main(int argc, const char * const argv[]) {
warning("Could not find any engine capable of running the selected game");
}
- // We will destory the AudioCDManager singleton here to save some memory.
+ // We will destroy the AudioCDManager singleton here to save some memory.
// This will not make the CD audio stop, one would have to enable this:
//AudioCD.stop();
// but the engine is responsible for stopping CD playback anyway and