Signed-off-by: Mathew Hodson mathew.hodson@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 */