diff options
author | Eugene Sandulenko | 2008-04-08 18:11:54 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2008-04-08 18:11:54 +0000 |
commit | d037d7e5798f629042b82242c395b03854929ce7 (patch) | |
tree | 2be2c2184f558f204b3c7dbd8600569e378bda7f /engines | |
parent | 4cc4bd0f41812e226f7809904d8d50e26c71d0e1 (diff) | |
download | scummvm-rg350-d037d7e5798f629042b82242c395b03854929ce7.tar.gz scummvm-rg350-d037d7e5798f629042b82242c395b03854929ce7.tar.bz2 scummvm-rg350-d037d7e5798f629042b82242c395b03854929ce7.zip |
Spellifix
svn-id: r31452
Diffstat (limited to 'engines')
-rw-r--r-- | engines/scumm/string.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/string.cpp b/engines/scumm/string.cpp index 6f1a638fb3..b83a4a3c44 100644 --- a/engines/scumm/string.cpp +++ b/engines/scumm/string.cpp @@ -1371,7 +1371,7 @@ void ScummEngine_v7::loadLanguageBundle() { // That was another index entry _languageIndexSize++; } else { - error("Unknwon languag.bnd entry found: '%s'\n", ptr); + error("Unknown language.bnd entry found: '%s'\n", ptr); } // Skip over newlines (and turn them into null bytes) |