dpnet/tests: A spelling fix in a variable name.

Francois Gouget fgouget at free.fr
Fri Feb 10 09:40:32 CST 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/dpnet/tests/server.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/dpnet/tests/server.c b/dlls/dpnet/tests/server.c
index 422e6d69390..89dd020c0cc 100644
--- a/dlls/dpnet/tests/server.c
+++ b/dlls/dpnet/tests/server.c
@@ -237,7 +237,7 @@ HRESULT set_firewall( enum firewall_op op )
 {
     static const WCHAR dpnsvrW[] =
         {'d','p','n','s','v','r','.','e','x','e',0};
-    static const WCHAR seperator[] = {'\\',0};
+    static const WCHAR separator[] = {'\\',0};
     static const WCHAR clientW[] =
         {'d','p','n','e','t','_','c','l','i','e','n','t',0};
     static const WCHAR serverW[] =
@@ -262,7 +262,7 @@ HRESULT set_firewall( enum firewall_op op )
         SysFreeString( image );
         return E_FAIL;
     }
-    lstrcatW(path, seperator);
+    lstrcatW(path, separator);
     lstrcatW(path, dpnsvrW);
 
     init = CoInitializeEx( 0, COINIT_APARTMENTTHREADED );
-- 
2.11.0




More information about the wine-patches mailing list