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

m-kiewitz m_kiewitz at users.sourceforge.net
Wed Nov 25 09:49:35 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:
cfa8d3bd8b SHERLOCK: fix comment typo


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

Commit Message:
SHERLOCK: fix comment typo

Changed paths:
    engines/sherlock/scalpel/scalpel_debugger.cpp



diff --git a/engines/sherlock/scalpel/scalpel_debugger.cpp b/engines/sherlock/scalpel/scalpel_debugger.cpp
index 7f5e1ef..1495c76 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;
 






More information about the Scummvm-git-logs mailing list