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:
Francois Gouget 2016-07-26 16:52:23 +02:00 committed by Alexandre Julliard
parent a8e401839e
commit 5bc60d2342
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}