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

Francois Gouget fgouget at free.fr
Mon Feb 14 06:58:38 CST 2022


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/hnetcfg/port.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/hnetcfg/port.c b/dlls/hnetcfg/port.c
index bda9455a2b5..61513f97746 100644
--- a/dlls/hnetcfg/port.c
+++ b/dlls/hnetcfg/port.c
@@ -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 );
 
-- 
2.30.2




More information about the wine-devel mailing list