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

Mathew Hodson mathew.hodson at gmail.com
Sun Jan 26 03:19:38 CST 2020


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 */
 
-- 
2.7.4




More information about the wine-devel mailing list