Commit 4a197cf7 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

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

parent 90273a6e
......@@ -194,7 +194,7 @@ static void test_Alloc(void)
/* reallocate a NULL ptr */
p = pReAlloc(NULL, 2);
ok(p != NULL, "Expectd non-NULL ptr\n");
ok(p != NULL, "Expected non-NULL ptr\n");
res = pFree(p);
ok(res == TRUE, "Expected TRUE, got %d\n", res);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment