From 58980a4e20572d4a5c497be86f203db12673e303 Mon Sep 17 00:00:00 2001 From: Andrey Gusev Date: Tue, 14 Dec 2021 12:48:23 +0200 Subject: [PATCH] hlink/tests: Fix a typo in a comment. Signed-off-by: Andrey Gusev Signed-off-by: Alexandre Julliard --- dlls/hlink/tests/hlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/hlink/tests/hlink.c b/dlls/hlink/tests/hlink.c index ccbbd889d5c..c905093bd86 100644 --- a/dlls/hlink/tests/hlink.c +++ b/dlls/hlink/tests/hlink.c @@ -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"); -- 2.11.4.GIT