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

Aric Stewart aric at codeweavers.com
Mon Jan 8 06:26:23 CST 2018


Signed-off-by: Aric Stewart <aric at codeweavers.com>

On 1/8/18 5:45 AM, Andrey Gusev wrote:
> 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);
> 



More information about the wine-devel mailing list