Francois Gouget : d2d1/tests: Fix the spelling of an ok() message.

Alexandre Julliard julliard at winehq.org
Mon Feb 14 15:41:31 CST 2022


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Feb 14 13:58:01 2022 +0100

d2d1/tests: Fix the spelling of an ok() message.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/dlls/d2d1/tests/d2d1.c b/dlls/d2d1/tests/d2d1.c
index b3691d91173..a425395e64a 100644
--- a/dlls/d2d1/tests/d2d1.c
+++ b/dlls/d2d1/tests/d2d1.c
@@ -5134,7 +5134,7 @@ static void test_create_target(BOOL d3d11)
         desc.minLevel = D2D1_FEATURE_LEVEL_DEFAULT;
 
         hr = ID2D1Factory_CreateDxgiSurfaceRenderTarget(factory, ctx.surface, &desc, &rt);
-        ok(hr == create_dpi_tests[i].hr, "Test %u: Got unexpect hr %#lx, expected %#lx.\n",
+        ok(hr == create_dpi_tests[i].hr, "Test %u: Got unexpected hr %#lx, expected %#lx.\n",
                 i, hr, create_dpi_tests[i].hr);
 
         if (FAILED(hr))




More information about the wine-cvs mailing list