aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_debugger.cpp
diff options
context:
space:
mode:
authorMartin Kiewitz2015-11-25 09:49:16 +0100
committerMartin Kiewitz2015-11-25 09:49:16 +0100
commitcfa8d3bd8b7d624f4b04a02f1d42a89e2f3091c0 (patch)
treedc7084bfe61489a72b55fdd59c7cf21248f4156a /engines/sherlock/scalpel/scalpel_debugger.cpp
parentc0cbfacd1b31d2851fffc847f01f257a68746e2d (diff)
downloadscummvm-rg350-cfa8d3bd8b7d624f4b04a02f1d42a89e2f3091c0.tar.gz
scummvm-rg350-cfa8d3bd8b7d624f4b04a02f1d42a89e2f3091c0.tar.bz2
scummvm-rg350-cfa8d3bd8b7d624f4b04a02f1d42a89e2f3091c0.zip
SHERLOCK: fix comment typo
Diffstat (limited to 'engines/sherlock/scalpel/scalpel_debugger.cpp')
-rw-r--r--engines/sherlock/scalpel/scalpel_debugger.cpp2
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;