Commit 8d71e3e8 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 9736fe49
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment