user32: Fix a spelling typo.
This commit is contained in:
parent
ff92404dec
commit
8752c6d1a5
|
@ -1005,7 +1005,7 @@ static LRESULT CALLBACK WDML_ServerConvProc(HWND hwndServer, UINT iMsg, WPARAM w
|
|||
}
|
||||
if (pConv->hwndClient != WIN_GetFullHandle( (HWND)wParam ) || pConv->hwndServer != hwndServer)
|
||||
{
|
||||
ERR("mismatch between C/S windows and converstation\n");
|
||||
ERR("mismatch between C/S windows and conversation\n");
|
||||
return 0;
|
||||
}
|
||||
if (pConv->instance != pInstance || pConv->instance == NULL)
|
||||
|
|
Loading…
Reference in New Issue