[PATCH] msctf/tests: Fix a typo in sink_check_ok().

Andrey Gusev andrey.goosev at gmail.com
Mon Jan 8 05:45:27 CST 2018


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/msctf/tests/inputprocessor.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msctf/tests/inputprocessor.c b/dlls/msctf/tests/inputprocessor.c
index 34a27098d8..c7ec1e567b 100644
--- a/dlls/msctf/tests/inputprocessor.c
+++ b/dlls/msctf/tests/inputprocessor.c
@@ -1901,7 +1901,7 @@ TfEditCookie ec)
     ok(SUCCEEDED(hr),"ITfContext_GetSelection failed\n");
     ok(fetched == 1,"fetched incorrect\n");
     ok(selection.range != NULL,"NULL range\n");
-    sink_check_ok(&test_ACP_GetSelection,"ACP_GetSepection");
+    sink_check_ok(&test_ACP_GetSelection,"GetSelection");
     ITfRange_Release(selection.range);
 
     test_InsertAtSelection(ec, cxt);
-- 
2.13.6




More information about the wine-devel mailing list