Andrey Gusev : dwrite/tests: Fix a typo in ok() message.

Alexandre Julliard julliard at winehq.org
Fri Oct 13 18:44:15 CDT 2017


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

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Thu Oct 12 14:21:26 2017 +0300

dwrite/tests: Fix a typo in ok() message.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

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

diff --git a/dlls/dwrite/tests/layout.c b/dlls/dwrite/tests/layout.c
index d689771..347d750 100644
--- a/dlls/dwrite/tests/layout.c
+++ b/dlls/dwrite/tests/layout.c
@@ -4771,7 +4771,7 @@ static void test_FontFallbackBuilder(void)
     ok(hr == E_INVALIDARG, "got 0x%08x\n", hr);
 
     hr = IDWriteFontFallbackBuilder_AddMapping(builder, &range, 1, &familyW, 1, NULL, NULL, NULL, 0.0f);
-    ok(hr == S_OK, "Unexected hr %#x.\n", hr);
+    ok(hr == S_OK, "Unexpected hr %#x.\n", hr);
 
     /* empty range */
     range.first = range.last = 0;




More information about the wine-cvs mailing list