Browse Source

Fixed log typo

Sam Lantinga 11 years ago
parent
commit
72f703e395
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/video/directfb/SDL_DirectFB_video.c

+ 1 - 1
src/video/directfb/SDL_DirectFB_video.c

@@ -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");
     }