Francois Gouget : webservices: A spelling fix for an ERR() message.
Module: wine Branch: master Commit: 5bc60d23423613b1b1c01fc41d4e049132b7a7ab URL: http://source.winehq.org/git/wine.git/?a=commit;h=5bc60d23423613b1b1c01fc41d... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Jul 26 16:52:23 2016 +0200 webservices: A spelling fix for an ERR() message. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Hans Leidekker <hans(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/webservices/msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/webservices/msg.c b/dlls/webservices/msg.c index 1182919..d7898a2 100644 --- a/dlls/webservices/msg.c +++ b/dlls/webservices/msg.c @@ -351,7 +351,7 @@ static HRESULT get_addr_namespace( WS_ADDRESSING_VERSION ver, WS_XML_STRING *str return S_OK; default: - ERR( "unhandled adressing version %u\n", ver ); + ERR( "unhandled addressing version %u\n", ver ); return E_NOTIMPL; } }
participants (1)
-
Alexandre Julliard