Andrey Gusev : uxtheme/tests: Fix a typo in ok() message.

Alexandre Julliard julliard at winehq.org
Fri Jun 9 12:43:58 CDT 2017


Module: wine
Branch: master
Commit: 1a761379f8742fe79f696ea7c7bbf4aa02e9f764
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1a761379f8742fe79f696ea7c7bbf4aa02e9f764

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Fri Jun  9 17:48:16 2017 +0300

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

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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);




More information about the wine-cvs mailing list