hnetcfg: Fix the spelling of a TRACE() message.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2022-02-14 13:58:38 +01:00 committed by Alexandre Julliard
parent 0016df0fb1
commit fcc0f1fb64

View file

@ -1522,7 +1522,7 @@ static HRESULT WINAPI static_ports_Add(
struct port_mapping mapping_data;
HRESULT ret;
TRACE( "iface %p, external %ld, protocol %s, internal %ld, client %s, enabled %d, descritption %s, mapping %p.\n",
TRACE( "iface %p, external %ld, protocol %s, internal %ld, client %s, enabled %d, description %s, mapping %p.\n",
iface, external, debugstr_w(protocol), internal, debugstr_w(client), enabled, debugstr_w(description),
mapping );