aboutsummaryrefslogtreecommitdiff
path: root/engines/sword25/sword25.cpp
diff options
context:
space:
mode:
authorMax Horn2010-10-15 12:18:41 +0000
committerMax Horn2010-10-15 12:18:41 +0000
commitf52b31a05f9b234a367dd83b89cceaa3d9848204 (patch)
treea91746630267fb8bde220b95662942b344a46666 /engines/sword25/sword25.cpp
parent550073ee049ba30d84cb76c82fb18c045b07569f (diff)
downloadscummvm-rg350-f52b31a05f9b234a367dd83b89cceaa3d9848204.tar.gz
scummvm-rg350-f52b31a05f9b234a367dd83b89cceaa3d9848204.tar.bz2
scummvm-rg350-f52b31a05f9b234a367dd83b89cceaa3d9848204.zip
SWORD25: Typo, cleanup
svn-id: r53478
Diffstat (limited to 'engines/sword25/sword25.cpp')
-rw-r--r--engines/sword25/sword25.cpp4
1 files changed, 2 insertions, 2 deletions
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))