Merge pull request #942 from ggaaooppeenngg/fix-typo

Fix typo
This commit is contained in:
Mrunal Patel 2016-07-14 11:18:06 -04:00 committed by GitHub
commit ec01ae5f10
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ func (l *linuxStandardInit) Init() error {
return err
}
// compare the parent from the inital start of the init process and make sure that it did not change.
// if the parent changes that means it died and we were reparened to something else so we should
// if the parent changes that means it died and we were reparented to something else so we should
// just kill ourself and not cause problems for someone else.
if syscall.Getppid() != l.parentPid {
return syscall.Kill(syscall.Getpid(), syscall.SIGKILL)