Andrew Talbot : user32: Fix a spelling typo.

Alexandre Julliard julliard at winehq.org
Mon Dec 31 12:32:33 CST 2007


Module: wine
Branch: master
Commit: 8752c6d1a51387f087ffa6cf8fa511b10c8bf00d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=8752c6d1a51387f087ffa6cf8fa511b10c8bf00d

Author: Andrew Talbot <andrew.talbot at 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)




More information about the wine-cvs mailing list