Zhiyi Zhang : winex11.drv: Fix a typo.
Module: wine Branch: master Commit: 3cbba43ddb4b7b6403c9b67482303cd18316d365 URL: https://gitlab.winehq.org/wine/wine/-/commit/3cbba43ddb4b7b6403c9b67482303cd... Author: Zhiyi Zhang <zzhang(a)codeweavers.com> Date: Tue Apr 4 18:06:43 2023 +0800 winex11.drv: Fix a typo. --- dlls/winex11.drv/xinerama.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winex11.drv/xinerama.c b/dlls/winex11.drv/xinerama.c index 2691f9e9c5e..a508141d8c4 100644 --- a/dlls/winex11.drv/xinerama.c +++ b/dlls/winex11.drv/xinerama.c @@ -186,7 +186,7 @@ BOOL xinerama_get_fullscreen_monitors( const RECT *rect, long *indices ) done: pthread_mutex_unlock( &xinerama_mutex ); if (ret) - TRACE( "fullsceen monitors: %ld,%ld,%ld,%ld.\n", indices[0], indices[1], indices[2], indices[3] ); + TRACE( "fullscreen monitors: %ld,%ld,%ld,%ld.\n", indices[0], indices[1], indices[2], indices[3] ); return ret; }
participants (1)
-
Alexandre Julliard