diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fonts/bdf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/fonts/bdf.cpp b/graphics/fonts/bdf.cpp index 6049f9a283..fec5392f8c 100644 --- a/graphics/fonts/bdf.cpp +++ b/graphics/fonts/bdf.cpp @@ -702,7 +702,7 @@ BdfFont *BdfFont::loadFromCache(Common::SeekableReadStream &stream) { BdfFont *BdfFont::scaleFont(BdfFont *src, int newSize) { if (!src) { - warning("Emtpy font reference in scale font"); + warning("Empty font reference in scale font"); return NULL; } |