Skip to content

Commit

Permalink
Fixed typo in log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Feb 3, 2017
1 parent 8f78f5b commit 33ff5bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/SDL_test_common.c
Expand Up @@ -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");
Expand Down

0 comments on commit 33ff5bd

Please sign in to comment.