From d037d7e5798f629042b82242c395b03854929ce7 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 8 Apr 2008 18:11:54 +0000 Subject: Spellifix svn-id: r31452 --- engines/scumm/string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm') 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) -- cgit v1.2.3