kernelbase/tests: Fix a typo in ok() message.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
3339686517
commit
2a64dd44bc
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue