Skip to content

Commit

Permalink
Fixed typo in log message in testime program.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jul 9, 2017
1 parent 44246cd commit 707ee5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testime.c
Expand Up @@ -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);
}

Expand Down

0 comments on commit 707ee5b

Please sign in to comment.