From b319c322264f009b937e54a1a0a46f8f34408cbd Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Thu, 6 Jan 2005 12:30:24 +0000 Subject: Fixed typo (in comment) svn-id: r16441 --- sword2/maketext.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sword2/maketext.cpp b/sword2/maketext.cpp index 67425d9eef..8bad8e6ce7 100644 --- a/sword2/maketext.cpp +++ b/sword2/maketext.cpp @@ -502,8 +502,8 @@ void Sword2Engine::initialiseFontResourceFlags(void) { // If language is Polish or Finnish it requires alternate fonts. // Otherwise, use regular fonts - // "talenna" Finnish for "save" - // "zapisz" Polish for "save" + // "tallenna" Finnish for "save" + // "zapisz" Polish for "save" // Get the text line (& skip the 2 chars containing the wavId) char *textLine = (char *) fetchTextLine(textFile, SAVE_LINE_NO) + 2; -- cgit v1.2.3