Commit aee91dc4 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 626162f7
......@@ -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] );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment