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

Alexandre Julliard julliard at winehq.org
Mon Aug 8 11:09:29 CDT 2016


Module: wine
Branch: master
Commit: 5bc60d23423613b1b1c01fc41d4e049132b7a7ab
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=5bc60d23423613b1b1c01fc41d4e049132b7a7ab

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Jul 26 16:52:23 2016 +0200

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Hans Leidekker <hans at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/webservices/msg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/webservices/msg.c b/dlls/webservices/msg.c
index 1182919..d7898a2 100644
--- a/dlls/webservices/msg.c
+++ b/dlls/webservices/msg.c
@@ -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;
     }
 }




More information about the wine-cvs mailing list