Francois Gouget : winex11.drv: Fix the spelling of a WARN() message.

Alexandre Julliard julliard at winehq.org
Wed Dec 11 16:34:59 CST 2019


Module: wine
Branch: master
Commit: aee91dc4ac08428e74fbd21f97438db38f84dbe5
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=aee91dc4ac08428e74fbd21f97438db38f84dbe5

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Dec 11 02:56:53 2019 +0100

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 5616857347..930e0282be 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] );




More information about the wine-cvs mailing list