SHERLOCK: Fix comment typo

This commit is contained in:
Torbjörn Andersson 2015-06-08 08:20:28 +02:00
parent cffa31c72e
commit 26ed7954c3

View File

@ -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) {