Commit fcc0f1fb authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 0016df0f
......@@ -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 );
......
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