[Scummvm-git-logs] scummvm master -> 4ea8ed4ff5e835281615442de1ea0425743f9a20

eriktorbjorn eriktorbjorn at telia.com
Wed Jun 13 20:49:52 CEST 2018


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:
4ea8ed4ff5 JANITORIAL: Fix comment typo


Commit: 4ea8ed4ff5e835281615442de1ea0425743f9a20
    https://github.com/scummvm/scummvm/commit/4ea8ed4ff5e835281615442de1ea0425743f9a20
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2018-06-13T20:49:36+02:00

Commit Message:
JANITORIAL: Fix comment typo

Changed paths:
    base/main.cpp


diff --git a/base/main.cpp b/base/main.cpp
index be561f9..cbf2e23 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -171,7 +171,7 @@ static Common::Error runGame(const Plugin *plugin, OSystem &system, const Common
 	if (err.getCode() == Common::kNoError) {
 		const MetaEngine &metaEngine = plugin->get<MetaEngine>();
 		// Set default values for all of the custom engine options
-		// Appareantly some engines query them in their constructor, thus we
+		// Apparently some engines query them in their constructor, thus we
 		// need to set this up before instance creation.
 		const ExtraGuiOptions engineOptions = metaEngine.getExtraGuiOptions(Common::String());
 		for (uint i = 0; i < engineOptions.size(); i++) {





More information about the Scummvm-git-logs mailing list