services: Fix a typo.
This commit is contained in:
parent
5a892b8c49
commit
76c0babdcf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue