Commit c79236b8 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mmdevapi/tests: A spelling fix for a render ok() message.

parent 8622cdac
......@@ -730,7 +730,7 @@ static void test_padding(void)
ok(defp == 100000 || broken(defp == 101587) || defp == 200000,
"Expected 10ms default period: %u\n", (ULONG)defp);
ok(minp != 0, "Minimum period is 0\n");
ok(minp <= defp, "Mininum period is greater than default period\n");
ok(minp <= defp, "Minimum period is greater than default period\n");
hr = IAudioClient_GetService(ac, &IID_IAudioRenderClient, (void**)&arc);
ok(hr == S_OK, "GetService failed: %08x\n", hr);
......
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