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>
feature/deterministic
Francois Gouget 2020-03-22 14:19:07 +01:00 committed by Alexandre Julliard
parent 9736fe499d
commit 8d71e3e8e7
1 changed files with 1 additions and 1 deletions

View File

@ -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)