Commit 5bc60d23 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

webservices: A spelling fix for an ERR() message.

parent a8e40183
......@@ -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;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment