[PATCH 7/7] dwrite/tests: Fix a typo in test message.

Nikolay Sivov nsivov at codeweavers.com
Tue May 14 05:27:29 CDT 2019


Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
---

Thanks, Gijs.

 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 8337ce7be7..2c90e31a85 100644
--- a/dlls/dwrite/tests/layout.c
+++ b/dlls/dwrite/tests/layout.c
@@ -3307,7 +3307,7 @@ todo_wine
     ok(metrics.layoutWidth == 500.0, "Unexpected box width %f.\n", metrics.layoutWidth);
     ok(metrics.layoutHeight == 1000.0, "Unexpected box height %f.\n", metrics.layoutHeight);
     ok(metrics.maxBidiReorderingDepth == 1, "Unexpected reordering depth %u.\n", metrics.maxBidiReorderingDepth);
-    ok(metrics.lineCount == 1, "Unexpected line coun %u.\n", metrics.lineCount);
+    ok(metrics.lineCount == 1, "Unexpected line count %u.\n", metrics.lineCount);
     IDWriteTextLayout_Release(layout);
 
     IDWriteTextFormat_Release(format);
-- 
2.20.1




More information about the wine-devel mailing list