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

Alexandre Julliard julliard at winehq.org
Wed Dec 11 16:34:59 CST 2019


Module: wine
Branch: master
Commit: a83cbafce5ed064957fd9a62b7294922303b20bc
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=a83cbafce5ed064957fd9a62b7294922303b20bc

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Dec 11 02:57:11 2019 +0100

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dmime/tests/performance.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dmime/tests/performance.c b/dlls/dmime/tests/performance.c
index 073625f04b..1d17e5200e 100644
--- a/dlls/dmime/tests/performance.c
+++ b/dlls/dmime/tests/performance.c
@@ -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);
 




More information about the wine-cvs mailing list