From 72f703e3957c6421f176b4a264090963a9ae4e7b Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 13 Oct 2014 14:10:41 -0700 Subject: [PATCH] Fixed log typo --- src/video/directfb/SDL_DirectFB_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/directfb/SDL_DirectFB_video.c b/src/video/directfb/SDL_DirectFB_video.c index 55e9ece3c8ffe..0d107dc986cc0 100644 --- a/src/video/directfb/SDL_DirectFB_video.c +++ b/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"); }