Commit de4e3dda authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

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

parent 70b8a2f8
......@@ -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;
......
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