diff options
-rw-r--r-- | engines/access/debugger.cpp | 2 |
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; |