[Scummvm-cvs-logs] scummvm master -> c0cbfacd1b31d2851fffc847f01f257a68746e2d

m-kiewitz m_kiewitz at users.sourceforge.net
Wed Nov 25 09:49:05 CET 2015


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
c0cbfacd1b ACCESS: fix comment typo


Commit: c0cbfacd1b31d2851fffc847f01f257a68746e2d
    https://github.com/scummvm/scummvm/commit/c0cbfacd1b31d2851fffc847f01f257a68746e2d
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2015-11-25T09:48:10+01:00

Commit Message:
ACCESS: fix comment typo

Changed paths:
    engines/access/debugger.cpp



diff --git a/engines/access/debugger.cpp b/engines/access/debugger.cpp
index 6016170..bc61b0a 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;
 






More information about the Scummvm-git-logs mailing list