user32: Fix a spelling typo.

This commit is contained in:
Andrew Talbot 2007-12-29 21:17:43 +00:00 committed by Alexandre Julliard
parent ff92404dec
commit 8752c6d1a5
1 changed files with 1 additions and 1 deletions

View File

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