https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ddb53a4bab405ad85cbb9…
commit ddb53a4bab405ad85cbb91ec4378d924d2663949
Author: Amine Khaldi <amine.khaldi(a)reactos.org>
AuthorDate: Sat Oct 21 14:01:30 2017 +0100
[UXTHEME_WINETEST] Sync with Wine Staging 2.16. CORE-13762
---
modules/rostests/winetests/uxtheme/system.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/rostests/winetests/uxtheme/system.c
b/modules/rostests/winetests/uxtheme/system.c
index 44730a32d2..d52927935d 100644
--- a/modules/rostests/winetests/uxtheme/system.c
+++ b/modules/rostests/winetests/uxtheme/system.c
@@ -691,7 +691,7 @@ todo_wine
hr = pGetBufferedPaintBits(NULL, &bits, &row);
ok(hr == E_FAIL, "Unexpected return code %#x\n", hr);
ok(row == 10, "Unexpected row count %d\n", row);
- ok(bits == (void *)0xdeadbeef, "Unepexpected data pointer %p\n", bits);
+ ok(bits == (void *)0xdeadbeef, "Unexpected data pointer %p\n", bits);
hr = pGetBufferedPaintBits(NULL, NULL, NULL);
ok(hr == E_POINTER, "Unexpected return code %#x\n", hr);