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

wjp wjp at usecode.org
Sun Jul 12 18:51:33 CEST 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:
d07de8ca70 WINTERMUTE: Fix typo


Commit: d07de8ca70d0eb430d328f2b0fa5154f67f72c1a
    https://github.com/scummvm/scummvm/commit/d07de8ca70d0eb430d328f2b0fa5154f67f72c1a
Author: Willem Jan Palenstijn (wjp at usecode.org)
Date: 2015-07-12T18:50:22+02:00

Commit Message:
WINTERMUTE: Fix typo

Changed paths:
    engines/wintermute/base/base_script_holder.cpp



diff --git a/engines/wintermute/base/base_script_holder.cpp b/engines/wintermute/base/base_script_holder.cpp
index 8383657..5b1c961 100644
--- a/engines/wintermute/base/base_script_holder.cpp
+++ b/engines/wintermute/base/base_script_holder.cpp
@@ -302,7 +302,7 @@ bool BaseScriptHolder::addScript(const char *filename) {
 	for (uint32 i = 0; i < _scripts.size(); i++) {
 		if (scumm_stricmp(_scripts[i]->_filename, filename) == 0) {
 			if (_scripts[i]->_state != SCRIPT_FINISHED) {
-				BaseEngine::LOG(0, "BaseScriptHolder::AddScript - trying to add script '%s' mutiple times (obj: '%s')", filename, getName());
+				BaseEngine::LOG(0, "BaseScriptHolder::AddScript - trying to add script '%s' multiple times (obj: '%s')", filename, getName());
 				return STATUS_OK;
 			}
 		}






More information about the Scummvm-git-logs mailing list