[PATCH] winex11.drv: Fix the spelling of a WARN() message.

Francois Gouget fgouget at free.fr
Tue Dec 10 19:56:53 CST 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/winex11.drv/xrandr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winex11.drv/xrandr.c b/dlls/winex11.drv/xrandr.c
index 56168573471..930e0282be8 100644
--- a/dlls/winex11.drv/xrandr.c
+++ b/dlls/winex11.drv/xrandr.c
@@ -622,7 +622,7 @@ fallback:
     if (output_info)
         pXRRFreeOutputInfo( output_info );
 
-    WARN("Primary is set to a disconneted XRandR output.\n");
+    WARN("Primary is set to a disconnected XRandR output.\n");
     for (i = 0; i < resources->ncrtc; ++i)
     {
         crtc_info = pXRRGetCrtcInfo( gdi_display, resources, resources->crtcs[i] );
-- 
2.20.1



More information about the wine-devel mailing list