diff options
author | Martin Kiewitz | 2015-11-25 09:49:16 +0100 |
---|---|---|
committer | Martin Kiewitz | 2015-11-25 09:49:16 +0100 |
commit | cfa8d3bd8b7d624f4b04a02f1d42a89e2f3091c0 (patch) | |
tree | dc7084bfe61489a72b55fdd59c7cf21248f4156a /engines/sherlock | |
parent | c0cbfacd1b31d2851fffc847f01f257a68746e2d (diff) | |
download | scummvm-rg350-cfa8d3bd8b7d624f4b04a02f1d42a89e2f3091c0.tar.gz scummvm-rg350-cfa8d3bd8b7d624f4b04a02f1d42a89e2f3091c0.tar.bz2 scummvm-rg350-cfa8d3bd8b7d624f4b04a02f1d42a89e2f3091c0.zip |
SHERLOCK: fix comment typo
Diffstat (limited to 'engines/sherlock')
-rw-r--r-- | engines/sherlock/scalpel/scalpel_debugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel_debugger.cpp b/engines/sherlock/scalpel/scalpel_debugger.cpp index 7f5e1efa69..1495c76b43 100644 --- a/engines/sherlock/scalpel/scalpel_debugger.cpp +++ b/engines/sherlock/scalpel/scalpel_debugger.cpp @@ -42,7 +42,7 @@ bool ScalpelDebugger::cmd3DO_PlayMovie(int argc, const char **argv) { return true; } - // play gets postboned until debugger is closed + // play gets postponed until debugger is closed Common::String filename = argv[1]; _3doPlayMovieFile = filename; |