diff options
-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) |