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…
Reference in New Issue