wininet/tests: A spelling fix in an ok() message.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
548b650e8a
commit
8f669b63a6
|
@ -1187,7 +1187,7 @@ static void test_end_browser_session(void)
|
|||
ok(len != 0, "len = 0\n");
|
||||
|
||||
ret = InternetSetOptionA(NULL, INTERNET_OPTION_END_BROWSER_SESSION, NULL, 0);
|
||||
ok(ret, "InternetSetOptio(INTERNET_OPTION_END_BROWSER_SESSION) failed: %u\n", GetLastError());
|
||||
ok(ret, "InternetSetOption(INTERNET_OPTION_END_BROWSER_SESSION) failed: %u\n", GetLastError());
|
||||
|
||||
len = 1024;
|
||||
ret = InternetGetCookieA("http://www.example.com/test_end", NULL, NULL, &len);
|
||||
|
|
Loading…
Reference in New Issue