[PATCH] hlink/tests: Fix a typo in a comment.

Andrey Gusev andrey.goosev at gmail.com
Tue Dec 14 04:48:23 CST 2021


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 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.33.1




More information about the wine-devel mailing list