hlink/tests: Fix a typo in a comment.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Andrey Gusev 2021-12-14 12:48:23 +02:00 committed by Alexandre Julliard
parent fa3fa0e3d5
commit 58980a4e20
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ static void test_reference(void)
ok(r == S_OK, "failed\n");
ok(str == NULL, "string should be null\n");
/* Unimplented functions checks */
/* Unimplemented functions checks */
r = IHlink_GetAdditionalParams(lnk, NULL);
ok(r == E_NOTIMPL, "failed\n");