diff options
author | Willem Jan Palenstijn | 2013-02-23 22:07:32 +0100 |
---|---|---|
committer | Willem Jan Palenstijn | 2013-02-23 22:07:32 +0100 |
commit | 2d1fd3b5549fc972b342f3292c77d562b401a91a (patch) | |
tree | 1edf36d311b672dace89e8199263b5b84a076eee /engines/kyra | |
parent | 21ed47ce1366ee6b9b861391faeccc0eb2c5afb3 (diff) | |
download | scummvm-rg350-2d1fd3b5549fc972b342f3292c77d562b401a91a.tar.gz scummvm-rg350-2d1fd3b5549fc972b342f3292c77d562b401a91a.tar.bz2 scummvm-rg350-2d1fd3b5549fc972b342f3292c77d562b401a91a.zip |
ALL: Fix typo (existant->existent)
Diffstat (limited to 'engines/kyra')
-rw-r--r-- | engines/kyra/resource.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/resource.cpp b/engines/kyra/resource.cpp index adb3063344..c350c81742 100644 --- a/engines/kyra/resource.cpp +++ b/engines/kyra/resource.cpp @@ -185,7 +185,7 @@ bool Resource::loadFileList(const Common::String &filedata) { // the demo version supplied with Kyra3 does not // contain all pak files listed in filedata.fdt // so we don't do anything here if they are non - // existant. + // existent. } else if (!loadPakFile(filename)) { delete f; error("couldn't load file '%s'", filename.c_str()); |