mirror of
https://github.com/reactos/wine.git
synced 2025-02-15 02:18:51 +00:00
webservices: A spelling fix for an ERR() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
a8e401839e
commit
5bc60d2342
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user