[vlc-commits] win32: fix log typo

Steve Lhomme git at videolan.org
Wed Mar 15 19:17:29 CET 2017


vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Wed Mar 15 09:25:53 2017 +0100| [03d04d386d5a8ce028cca9e2acaa13ef8c78fd2a] | committer: Jean-Baptiste Kempf

win32: fix log typo

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=03d04d386d5a8ce028cca9e2acaa13ef8c78fd2a
---

 modules/video_output/win32/common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/video_output/win32/common.c b/modules/video_output/win32/common.c
index f2b97b8..e331cf1 100644
--- a/modules/video_output/win32/common.c
+++ b/modules/video_output/win32/common.c
@@ -296,7 +296,7 @@ void UpdateRects(vout_display_t *vd,
 #endif
 
 #ifndef NDEBUG
-    msg_Dbg(vd, "DirectXUpdateRects souce"
+    msg_Dbg(vd, "DirectXUpdateRects source"
         " offset: %i,%i visible: %ix%i",
         source->i_x_offset, source->i_y_offset,
         source->i_visible_width, source->i_visible_height);



More information about the vlc-commits mailing list