user32: Fix a spelling typo

Andrew Talbot andrew.talbot at talbotville.com
Sat Dec 29 15:17:43 CST 2007


Changelog:
    user32: Fix a spelling typo.

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)



More information about the wine-patches mailing list