From 61c326e12ba80811745aa03e78d2fc94531a512d Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Thu, 11 May 2017 23:00:39 +0200 Subject: [PATCH] directfb: Fixed typo in log message. --- 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 edc6ecbe2b3a3..4750a57129c50 100644 --- a/src/video/directfb/SDL_DirectFB_video.c +++ b/src/video/directfb/SDL_DirectFB_video.c @@ -178,7 +178,7 @@ DirectFB_DeviceInformation(IDirectFB * dfb) SDL_DFB_LOG( "Driver Version: %d.%d", desc.driver.major, desc.driver.minor); - SDL_DFB_LOG( "Video memoory: %d", desc.video_memory); + SDL_DFB_LOG( "Video memory: %d", desc.video_memory); SDL_DFB_LOG( "Blitting flags:"); for (n = 0; blitting_flags[n].flag; n++) {