[UXTHEME_WINETEST] Sync with Wine Staging 2.16. CORE-13762
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 21 Oct 2017 13:01:30 +0000 (14:01 +0100)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 21 Oct 2017 13:01:30 +0000 (14:01 +0100)
modules/rostests/winetests/uxtheme/system.c

index 44730a3..d529279 100644 (file)
@@ -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);