aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Kiewitz2015-11-25 09:48:10 +0100
committerMartin Kiewitz2015-11-25 09:48:10 +0100
commitc0cbfacd1b31d2851fffc847f01f257a68746e2d (patch)
treeca0ca4287f21ad73374ce8bbb7f7eb15f3df1642
parent3f3c3b7f5c39bc691f7e00c35065232470bef070 (diff)
downloadscummvm-rg350-c0cbfacd1b31d2851fffc847f01f257a68746e2d.tar.gz
scummvm-rg350-c0cbfacd1b31d2851fffc847f01f257a68746e2d.tar.bz2
scummvm-rg350-c0cbfacd1b31d2851fffc847f01f257a68746e2d.zip
ACCESS: fix comment typo
-rw-r--r--engines/access/debugger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/access/debugger.cpp b/engines/access/debugger.cpp
index 601617034f..bc61b0a749 100644
--- a/engines/access/debugger.cpp
+++ b/engines/access/debugger.cpp
@@ -150,7 +150,7 @@ bool Debugger::Cmd_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];
_playMovieFile = filename;