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

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2019-12-11 02:57:11 +01:00 committed by Alexandre Julliard
parent aee91dc4ac
commit a83cbafce5
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ static void test_notification_type(void)
IDirectMusicPerformance8_FreePMsg(perf, (DMUS_PMSG*)msg);
}
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);