From f8388db32b26b1ca9ef109e1c0d83a04c052d9b5 Mon Sep 17 00:00:00 2001 From: Alexandre Detiste Date: Mon, 31 Oct 2016 09:56:43 +0100 Subject: JANITORIAL: Typos I've not fixed this one, maybe it's on purpose: RELASE -> RELEASE engines/mads/staticres.cpp:const char *const kGameReleaseTitleStr = "GAME RELASE VERSION INFO"; --- graphics/fonts/bdf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics') 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; } -- cgit v1.2.3