Navigation Menu

Skip to content

Commit

Permalink
Fixed log typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 13, 2014
1 parent 557d43e commit 72f703e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/directfb/SDL_DirectFB_video.c
Expand Up @@ -238,7 +238,7 @@ DirectFB_VideoInit(_THIS)

if (!devdata->use_linux_input)
{
SDL_DFB_LOG("Disabling linxu input\n");
SDL_DFB_LOG("Disabling linux input\n");
DirectFBSetOption("disable-module", "linux_input");
}

Expand Down

0 comments on commit 72f703e

Please sign in to comment.