Francois Gouget : iphlpapi/tests: Fix a spelling error in an ok() message.

Alexandre Julliard julliard at winehq.org
Mon Mar 23 15:47:09 CDT 2020


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Mar 22 14:19:07 2020 +0100

iphlpapi/tests: Fix a spelling error in an ok() message.

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

---

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

diff --git a/dlls/iphlpapi/tests/iphlpapi.c b/dlls/iphlpapi/tests/iphlpapi.c
index 77475ca4df..d5690c11ee 100644
--- a/dlls/iphlpapi/tests/iphlpapi.c
+++ b/dlls/iphlpapi/tests/iphlpapi.c
@@ -2324,7 +2324,7 @@ static void test_NotifyUnicastIpAddressChange(void)
 
     ret = pCancelMibChangeNotify2(handle);
     ok(ret == NO_ERROR, "Unexpected ret %#x.\n", ret);
-    ok(!CloseHandle(handle), "CloseHandle() succeded.\n");
+    ok(!CloseHandle(handle), "CloseHandle() succeeded.\n");
 }
 
 START_TEST(iphlpapi)




More information about the wine-cvs mailing list