Fix typo an seperated -> separated

This commit is contained in:
Benjamin Drung 2015-11-03 17:57:11 +01:00
parent 7f11cfd5e1
commit e0a5d46a1e

View file

@ -409,7 +409,7 @@ def create(name,
group: Specifies the name of the group of which this service is a member
tag: Specifies whether or not to obtain a TagID from the CreateService call. For boot-start and system-start drivers
- yes/no
depend: Specifies the names of services or groups that myust start before this service. The names are seperated by forward slashes.
depend: Specifies the names of services or groups that myust start before this service. The names are separated by forward slashes.
obj: Specifies th ename of an account in which a service will run. Default is LocalSystem
password: Specifies a password. Required if other than LocalSystem account is used.