[USER32_WINETEST] Sync with Wine Staging 2.9 except win.c. CORE-13362
[reactos.git] / rostests / winetests / user32 / uitools.c
index 27a4179..b52fe3a 100644 (file)
@@ -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},