Commit 71294494 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 958d1435
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment