user32/tests: Fix a typo in ok() message

Andrey Gusev andrey.goosev at gmail.com
Sun May 22 04:55:21 CDT 2016


-------------- next part --------------
From 5e8c09a812d44b7e248f4f331c45a9a581f29748 Mon Sep 17 00:00:00 2001
Message-Id: <5e8c09a812d44b7e248f4f331c45a9a581f29748.1463910860.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Sun, 22 May 2016 12:54:02 +0300
Subject: [PATCH] user32/tests: Fix a typo in ok() message

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

diff --git a/dlls/user32/tests/edit.c b/dlls/user32/tests/edit.c
index c9e31f7..8f92ff8 100644
--- a/dlls/user32/tests/edit.c
+++ b/dlls/user32/tests/edit.c
@@ -1672,7 +1672,7 @@ static void test_text_position_style(DWORD style)
 
     /* Get a stock font for which we can determine the metrics */
     font = GetStockObject(SYSTEM_FONT);
-    ok (font != NULL, "GetStockObjcet SYSTEM_FONT failed\n");
+    ok (font != NULL, "GetStockObject SYSTEM_FONT failed\n");
     dc = GetDC(NULL);
     ok (dc != NULL, "GetDC() failed\n");
     oldFont = SelectObject(dc, font);
-- 
2.5.5



More information about the wine-patches mailing list