Commit 2a64dd44 authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

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

parent 33396865
......@@ -797,7 +797,7 @@ static void test_PathCchAddBackslashEx(void)
}
else
{
ok(ptrW == NULL, "%u: unexpecred end pointer.\n", i);
ok(ptrW == NULL, "%u: unexpected end pointer.\n", i);
ok(remaining == 0, "%u: unexpected remaining buffer length.\n", i);
}
}
......
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