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

Alexandre Julliard julliard at winehq.org
Mon Feb 14 15:41:31 CST 2022


Module: wine
Branch: master
Commit: fcc0f1fb645111352bea815deefa34aecf4248ef
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=fcc0f1fb645111352bea815deefa34aecf4248ef

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Feb 14 13:58:38 2022 +0100

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 );
 




More information about the wine-cvs mailing list