Francois Gouget : wininet/tests: A spelling fix in an ok() message.

Alexandre Julliard julliard at winehq.org
Fri Feb 10 16:02:25 CST 2017


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Feb 10 16:40:43 2017 +0100

wininet/tests: A spelling fix in an ok() message.

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

---

 dlls/wininet/tests/internet.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/wininet/tests/internet.c b/dlls/wininet/tests/internet.c
index 5408af8..9b32117 100644
--- a/dlls/wininet/tests/internet.c
+++ b/dlls/wininet/tests/internet.c
@@ -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);




More information about the wine-cvs mailing list