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>
This commit is contained in:
Francois Gouget 2019-12-11 02:56:53 +01:00 committed by Alexandre Julliard
parent 626162f7db
commit aee91dc4ac
1 changed files with 1 additions and 1 deletions

View File

@ -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] );