jsproxy/tests: A spelling fix for a jsproxy ok() message.

Francois Gouget fgouget at free.fr
Thu Apr 21 17:36:11 CDT 2016


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

diff --git a/dlls/jsproxy/tests/jsproxy.c b/dlls/jsproxy/tests/jsproxy.c
index d23867b..67a2988 100644
--- a/dlls/jsproxy/tests/jsproxy.c
+++ b/dlls/jsproxy/tests/jsproxy.c
@@ -92,7 +92,7 @@ static void test_InternetGetProxyInfo(void)
     SetLastError( 0xdeadbeef );
     ret = pInternetGetProxyInfo( url, strlen(url), host, strlen(host), &proxy, &len );
     err = GetLastError();
-    ok( !ret, "unexpected succes\n" );
+    ok( !ret, "unexpected success\n" );
     ok( err == ERROR_CAN_NOT_COMPLETE, "got %u\n", err );
 
     buf.dwStructSize = sizeof(buf);
-- 
2.8.0.rc3




More information about the wine-patches mailing list