gdi32/tests: Fix a typo in trace() message

Andrey Gusev andrey.goosev at gmail.com
Sun May 1 16:45:09 CDT 2016


-------------- next part --------------
From 75d64190c09f8843c22e6b871126f6209fdafcb0 Mon Sep 17 00:00:00 2001
Message-Id: <75d64190c09f8843c22e6b871126f6209fdafcb0.1462138992.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Mon, 2 May 2016 00:42:49 +0300
Subject: [PATCH] gdi32/tests: Fix a typo in trace() message

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/gdi32/tests/font.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/gdi32/tests/font.c b/dlls/gdi32/tests/font.c
index eb6669b..373d2a1 100644
--- a/dlls/gdi32/tests/font.c
+++ b/dlls/gdi32/tests/font.c
@@ -1032,7 +1032,7 @@ static void test_bitmap_font_metrics(void)
                 ok(ret == expected_cs, "got charset %d, expected %d\n", ret, expected_cs);
 
             trace("created %s, height %d charset %x dpi %d\n", face_name, tm.tmHeight, tm.tmCharSet, tm.tmDigitizedAspectX);
-            trace("expected %s, height %d scaled_hight %d, dpi %d\n", fd[i].face_name, height, fd[i].scaled_height, fd[i].dpi);
+            trace("expected %s, height %d scaled_height %d, dpi %d\n", fd[i].face_name, height, fd[i].scaled_height, fd[i].dpi);
 
             if(fd[i].dpi == tm.tmDigitizedAspectX)
             {
-- 
2.5.5



More information about the wine-patches mailing list