diff options
author | Torbjörn Andersson | 2005-01-06 12:30:24 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-01-06 12:30:24 +0000 |
commit | b319c322264f009b937e54a1a0a46f8f34408cbd (patch) | |
tree | 7280352d0210ebc378e846d2dc2f01b7211c690e | |
parent | 57eaf5c92504d1fbd08f0c415ec7e66fb44a6e66 (diff) | |
download | scummvm-rg350-b319c322264f009b937e54a1a0a46f8f34408cbd.tar.gz scummvm-rg350-b319c322264f009b937e54a1a0a46f8f34408cbd.tar.bz2 scummvm-rg350-b319c322264f009b937e54a1a0a46f8f34408cbd.zip |
Fixed typo (in comment)
svn-id: r16441
-rw-r--r-- | sword2/maketext.cpp | 4 |
1 files 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; |