Commit 33ff5bd148b18c7a569e1c74f7a4e33ccc8bc74a

Philipp Wiesemann 2017-02-03T23:30:29

Fixed typo in log message.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/test/SDL_test_common.c b/src/test/SDL_test_common.c
index 3eeb457..a0bd654 100644
--- a/src/test/SDL_test_common.c
+++ b/src/test/SDL_test_common.c
@@ -483,7 +483,7 @@ SDLTest_PrintPixelFormat(Uint32 format)
 {
     switch (format) {
     case SDL_PIXELFORMAT_UNKNOWN:
-        SDL_Log("Unknwon");
+        SDL_Log("Unknown");
         break;
     case SDL_PIXELFORMAT_INDEX1LSB:
         SDL_Log("Index1LSB");