[Scummvm-cvs-logs] scummvm master -> 26ed7954c3789eebbaa29425ad22988eab3660fb

eriktorbjorn eriktorbjorn at telia.com
Mon Jun 8 08:21:30 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:
26ed7954c3 SHERLOCK: Fix comment typo


Commit: 26ed7954c3789eebbaa29425ad22988eab3660fb
    https://github.com/scummvm/scummvm/commit/26ed7954c3789eebbaa29425ad22988eab3660fb
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2015-06-08T08:20:28+02:00

Commit Message:
SHERLOCK: Fix comment typo

Changed paths:
    engines/sherlock/journal.cpp



diff --git a/engines/sherlock/journal.cpp b/engines/sherlock/journal.cpp
index 80365a2..bdf116b 100644
--- a/engines/sherlock/journal.cpp
+++ b/engines/sherlock/journal.cpp
@@ -188,7 +188,7 @@ void Journal::loadJournalFile(bool alreadyLoaded) {
 	Common::String locStr(dirFilename.c_str() + 4, dirFilename.c_str() + 6);
 	int newLocation = atoi(locStr.c_str());
 
-	// If not flagged as alrady loaded, load the conversation into script variables
+	// If not flagged as already loaded, load the conversation into script variables
 	if (!alreadyLoaded) {
 		// See if the file to be used is already loaded
 		if (journalEntry._converseNum != talk._converseNum) {






More information about the Scummvm-git-logs mailing list