[PATCH] uxtheme/tests: Fix a typo in ok() message.

Andrey Gusev andrey.goosev at gmail.com
Fri Jun 9 09:48:16 CDT 2017


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/uxtheme/tests/system.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/uxtheme/tests/system.c b/dlls/uxtheme/tests/system.c
index beba353..6989f44 100644
--- a/dlls/uxtheme/tests/system.c
+++ b/dlls/uxtheme/tests/system.c
@@ -687,7 +687,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);
-- 
2.7.5




More information about the wine-patches mailing list