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

Alexandre Julliard julliard at wine.codeweavers.com
Fri Apr 22 09:55:13 CDT 2016


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Apr 22 00:36:11 2016 +0200

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

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

---

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




More information about the wine-cvs mailing list