Module: wine Branch: master Commit: 8752c6d1a51387f087ffa6cf8fa511b10c8bf00d URL: http://source.winehq.org/git/wine.git/?a=commit;h=8752c6d1a51387f087ffa6cf8f...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Sat Dec 29 21:17:43 2007 +0000
user32: Fix a spelling typo.
---
dlls/user32/dde_server.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/user32/dde_server.c b/dlls/user32/dde_server.c index 8f43c36..cd32e4a 100644 --- a/dlls/user32/dde_server.c +++ b/dlls/user32/dde_server.c @@ -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)