aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/staticres.cpp
diff options
context:
space:
mode:
authorMax Horn2007-01-25 00:36:48 +0000
committerMax Horn2007-01-25 00:36:48 +0000
commit30d517613ade7b36b326d3e801a350dd50a69e54 (patch)
treeda1730e5ae514cc430cbcee24e47f96e7047b7d7 /engines/kyra/staticres.cpp
parent38ded04da9aa3f9d9d7bdf4237b0cdd06258ccfa (diff)
downloadscummvm-rg350-30d517613ade7b36b326d3e801a350dd50a69e54.tar.gz
scummvm-rg350-30d517613ade7b36b326d3e801a350dd50a69e54.tar.bz2
scummvm-rg350-30d517613ade7b36b326d3e801a350dd50a69e54.zip
Fix typos in some warnings
svn-id: r25171
Diffstat (limited to 'engines/kyra/staticres.cpp')
-rw-r--r--engines/kyra/staticres.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/staticres.cpp b/engines/kyra/staticres.cpp
index 8271cc88ae..0de0001841 100644
--- a/engines/kyra/staticres.cpp
+++ b/engines/kyra/staticres.cpp
@@ -411,7 +411,7 @@ bool StaticResource::loadLanguageTable(const char *filename, void *&ptr, int &si
static bool warned = false;
if (!warned) {
warned = true;
- warning("coudln't find specific language table for your version, using English now");
+ warning("couldn't find specific language table for your version, using English now");
}
return true;
}