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

dmime/tests: Fix the spelling of a performance ok() message.

parent aee91dc4
...@@ -472,7 +472,7 @@ static void test_notification_type(void) ...@@ -472,7 +472,7 @@ static void test_notification_type(void)
IDirectMusicPerformance8_FreePMsg(perf, (DMUS_PMSG*)msg); IDirectMusicPerformance8_FreePMsg(perf, (DMUS_PMSG*)msg);
} }
todo_wine ok(prime_segment8 == segment8, "Wrong end segment\n"); todo_wine ok(prime_segment8 == segment8, "Wrong end segment\n");
todo_wine ok(found_end, "Didn't recieve DMUS_NOTIFICATION_SEGEND message\n"); todo_wine ok(found_end, "Didn't receive DMUS_NOTIFICATION_SEGEND message\n");
CloseHandle(messages); CloseHandle(messages);
......
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