Module: wine Branch: master Commit: aee91dc4ac08428e74fbd21f97438db38f84dbe5 URL: https://source.winehq.org/git/wine.git/?a=commit;h=aee91dc4ac08428e74fbd21f9...
Author: Francois Gouget fgouget@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@free.fr Signed-off-by: Alexandre Julliard julliard@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] );