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:
Andrey Gusev 2019-12-02 15:11:07 +02:00 committed by Alexandre Julliard
parent 3339686517
commit 2a64dd44bc
1 changed files with 1 additions and 1 deletions

View File

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