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:
parent
626162f7db
commit
aee91dc4ac
|
@ -622,7 +622,7 @@ fallback:
|
||||||
if (output_info)
|
if (output_info)
|
||||||
pXRRFreeOutputInfo( 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)
|
for (i = 0; i < resources->ncrtc; ++i)
|
||||||
{
|
{
|
||||||
crtc_info = pXRRGetCrtcInfo( gdi_display, resources, resources->crtcs[i] );
|
crtc_info = pXRRGetCrtcInfo( gdi_display, resources, resources->crtcs[i] );
|
||||||
|
|
Loading…
Reference in New Issue