Andrey Gusev : hlink/tests: Fix a typo in a comment.

Alexandre Julliard julliard at winehq.org
Tue Dec 14 15:34:32 CST 2021


Module: wine
Branch: master
Commit: 58980a4e20572d4a5c497be86f203db12673e303
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=58980a4e20572d4a5c497be86f203db12673e303

Author: Andrey Gusev <andrey.goosev at gmail.com>
Date:   Tue Dec 14 12:48:23 2021 +0200

hlink/tests: Fix a typo in a comment.

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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");
 




More information about the wine-cvs mailing list