user32/tests: Fix a typo in comment

Andrey Gusev andrey.goosev at gmail.com
Tue May 3 09:02:33 CDT 2016


-------------- next part --------------
From eca717d34e19b5d9019b849d6704084058adfc95 Mon Sep 17 00:00:00 2001
Message-Id: <eca717d34e19b5d9019b849d6704084058adfc95.1462283981.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Tue, 3 May 2016 16:58:57 +0300
Subject: [PATCH] user32/tests: Fix a typo in comment

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

diff --git a/dlls/user32/tests/menu.c b/dlls/user32/tests/menu.c
index 65c8e93..e56cdc3 100644
--- a/dlls/user32/tests/menu.c
+++ b/dlls/user32/tests/menu.c
@@ -819,7 +819,7 @@ static void test_menu_ownerdraw(void)
     ok( MOD_rc[0].right - MOD_rc[0].left == 2 * MOD_avec + MOD_SIZE,
             "width of owner drawn menu item is wrong. Got %d expected %d\n",
             MOD_rc[0].right - MOD_rc[0].left , 2*MOD_avec + MOD_SIZE);
-    /* test hight */
+    /* test height */
     ok( MOD_rc[0].bottom - MOD_rc[0].top == GetSystemMetrics( SM_CYMENU) - 1,
             "Height of owner drawn menu item is wrong. Got %d expected %d\n",
             MOD_rc[0].bottom - MOD_rc[0].top, GetSystemMetrics( SM_CYMENU) - 1);
-- 
2.5.5



More information about the wine-patches mailing list