From c0cbfacd1b31d2851fffc847f01f257a68746e2d Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Wed, 25 Nov 2015 09:48:10 +0100 Subject: ACCESS: fix comment typo --- engines/access/debugger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3