소스 검색

Fixed typo in log message in testime program.

Philipp Wiesemann 8 년 전
부모
커밋
707ee5be26
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      test/testime.c

+ 1 - 1
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);
         }