Module: wine Branch: master Commit: 0ab75f2e5a6ee26f851770faf7f261226dd04693 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0ab75f2e5a6ee26f851770faf7...
Author: Francois Gouget fgouget@free.fr Date: Sat Jan 7 14:44:49 2017 +0100
user32/tests: A spelling fix in a comment.
Signed-off-by: Francois Gouget fgouget@free.fr Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 27a4179..b52fe3a 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},