aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}