Commit 76c0babd authored by Paul Vriens's avatar Paul Vriens Committed by Alexandre Julliard

services: Fix a typo.

parent 5a892b8c
......@@ -526,7 +526,7 @@ DWORD svcctl_ChangeServiceConfigW(
WINE_FIXME("Changing tag id not supported\n");
if (lpDependencies != NULL)
WINE_FIXME("Chainging dependencies not supported\n");
WINE_FIXME("Changing dependencies not supported\n");
if (lpServiceStartName != NULL)
new_entry.config.lpServiceStartName = (LPWSTR)lpServiceStartName;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment