user32/tests: A spelling fix in a comment.

Francois Gouget fgouget at free.fr
Sat Jan 7 07:44:49 CST 2017


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/user32/tests/uitools.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/user32/tests/uitools.c b/dlls/user32/tests/uitools.c
index 27a41793fdd..b52fe3a03ae 100644
--- a/dlls/user32/tests/uitools.c
+++ b/dlls/user32/tests/uitools.c
@@ -169,7 +169,7 @@ static void test_IsRectEmpty(void)
         {{-11, -13, -19, -23}, TRUE},
         {{11, 13, -17, 19}, TRUE},
         {{11, 13, 17, 11}, TRUE},
-        /* Non emty rects */
+        /* Non empty rects */
         {{101, 103, 107, 109}, FALSE},
         {{1, -9, 7, 3}, FALSE},
         {{-109, -107, -103, -101}, FALSE},
-- 
2.11.0




More information about the wine-patches mailing list