From 707ee5be2644199a0aecd7dc5ac970b69a094e0f Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 9 Jul 2017 23:00:35 +0200 Subject: [PATCH] Fixed typo in log message in testime program. --- test/testime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testime.c b/test/testime.c index 624579e8b7e56..069bed5292de3 100644 --- a/test/testime.c +++ b/test/testime.c @@ -146,7 +146,7 @@ static void unifont_init(const char *fontname) break; /* EOF */ if ((numGlyphs == 0 && bytesRead == 0) || (numGlyphs > 0 && bytesRead < 9)) { - SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "unfiont: Unexpected end of hex file.\n"); + SDL_LogError(SDL_LOG_CATEGORY_APPLICATION, "unifont: Unexpected end of hex file.\n"); exit(-1); }