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

bluegr md5 at scummvm.org
Sun May 29 18:31:49 CEST 2011


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:
bc2e7707f1 CREATE_PROJECT: Fixed typo


Commit: bc2e7707f1e99de59cb5e21ef2239dcdfb681024
    https://github.com/scummvm/scummvm/commit/bc2e7707f1e99de59cb5e21ef2239dcdfb681024
Author: md5 (md5 at scummvm.org)
Date: 2011-05-29T09:29:01-07:00

Commit Message:
CREATE_PROJECT: Fixed typo

Changed paths:
    devtools/create_project/create_project.cpp



diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp
index fd28882..17b3d29 100644
--- a/devtools/create_project/create_project.cpp
+++ b/devtools/create_project/create_project.cpp
@@ -636,7 +636,7 @@ bool setEngineBuildState(const std::string &name, EngineDescList &engines, bool
 		if (engine != engines.end()) {
 			engine->enable = enable;
 
-			// When we disable an einge, we also need to disable all the sub engines.
+			// When we disable an engine, we also need to disable all the sub engines.
 			if (!enable && !engine->subEngines.empty()) {
 				for (StringList::const_iterator j = engine->subEngines.begin(); j != engine->subEngines.end(); ++j) {
 					EngineDescList::iterator subEngine = std::find(engines.begin(), engines.end(), *j);






More information about the Scummvm-git-logs mailing list