From f52b31a05f9b234a367dd83b89cceaa3d9848204 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 15 Oct 2010 12:18:41 +0000 Subject: SWORD25: Typo, cleanup svn-id: r53478 --- engines/sword25/sword25.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/sword25/sword25.cpp') diff --git a/engines/sword25/sword25.cpp b/engines/sword25/sword25.cpp index 0d49d32f2d..772c50ae01 100644 --- a/engines/sword25/sword25.cpp +++ b/engines/sword25/sword25.cpp @@ -163,7 +163,7 @@ bool Sword25Engine::loadPackages() { Common::sort(files.begin(), files.end()); - // Identity all patch packages + // Identify all patch packages // The filename of patch packages must have the form patch??.b25c, with the question marks // are placeholders for numbers. // Since the filenames have been sorted, patches are mounted with low numbers first, through @@ -175,7 +175,7 @@ bool Sword25Engine::loadPackages() { return false; } - // Identity and mount all language packages + // Identify and mount all language packages // The filename of the packages have the form lang_*.b25c (eg. lang_de.b25c) for (Common::FSList::const_iterator it = files.begin(); it != files.end(); ++it) { if (it->getName().matchString("lang_*.b25c", true)) -- cgit v1.2.3