aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-11-17 15:58:26 +0000
committerTorbjörn Andersson2005-11-17 15:58:26 +0000
commit7d4e3fe578ce74067e421ae70ba69f2c0563cd9c (patch)
tree8fa4bce9ee65d4fbc026c8d009e49291c5a00144 /scumm
parent500d35f0aafe5598f5d5d120259fe904a01b1c80 (diff)
downloadscummvm-rg350-7d4e3fe578ce74067e421ae70ba69f2c0563cd9c.tar.gz
scummvm-rg350-7d4e3fe578ce74067e421ae70ba69f2c0563cd9c.tar.bz2
scummvm-rg350-7d4e3fe578ce74067e421ae70ba69f2c0563cd9c.zip
Fixed typo in error message.
svn-id: r19626
Diffstat (limited to 'scumm')
-rw-r--r--scumm/charset.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/charset.cpp b/scumm/charset.cpp
index f9873400ac..2011afa23e 100644
--- a/scumm/charset.cpp
+++ b/scumm/charset.cpp
@@ -156,7 +156,7 @@ static int SJIStoFMTChunk(int f, int s) { //converts sjis code to fmt font offse
else if (kanjiType == EKANJI) chunk = 144;
break;
default:
- error("Invaild Char! f %x s %x base %x c %d p %d", f, s, base, c, p);
+ error("Invalid Char! f %x s %x base %x c %d p %d", f, s, base, c, p);
return 0;
}