iphlpapi/tests: Fix a spelling error 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
9736fe499d
commit
8d71e3e8e7
dlls/iphlpapi/tests
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue