services: Fix a typo.

oldstable
Paul Vriens 2009-04-29 10:01:03 +02:00 committed by Alexandre Julliard
parent 5a892b8c49
commit 76c0babdcf
1 changed files with 1 additions and 1 deletions

View File

@ -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;