Commit 58980a4e authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

hlink/tests: Fix a typo in a comment.

parent fa3fa0e3
......@@ -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");
......
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