[PATCH 4/7] advapi32/tests: Fix spelling in a comment (codespell).

Sven Baars sven.wine at gmail.com
Sun Jan 26 05:53:11 CST 2020


On 26-01-2020 10:19, Mathew Hodson wrote:
> Signed-off-by: Mathew Hodson <mathew.hodson at gmail.com>
> ---
>  dlls/advapi32/tests/service.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/dlls/advapi32/tests/service.c b/dlls/advapi32/tests/service.c
> index 3872666..7ab7d8a 100644
> --- a/dlls/advapi32/tests/service.c
> +++ b/dlls/advapi32/tests/service.c
> @@ -2472,7 +2472,7 @@ static void test_servicenotify(SC_HANDLE scm_handle, const char *servicename)
>      ok(data.was_called == TRUE, "APC wasn't called\n");
>      ok(data2.was_called == TRUE, "APC wasn't called\n");
>  
> -    /* test cancelation: create notify on svc that will block until service
> +    /* test cancellation: create notify on svc that will block until service
>       * start; close svc; start service on svc2; verify that notification does
>       * not happen */
>  
> 

Both of these are correct actually in US spelling (cancelation being
more recent), so this is not really an improvement.



More information about the wine-devel mailing list