Skip to content

Commit ec01ae5

Browse files
author
Mrunal Patel
authored
Merge pull request #942 from ggaaooppeenngg/fix-typo
Fix typo
2 parents 7446e70 + 765df7e commit ec01ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcontainer/standard_init_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ func (l *linuxStandardInit) Init() error {
144144
return err
145145
}
146146
// compare the parent from the inital start of the init process and make sure that it did not change.
147-
// if the parent changes that means it died and we were reparened to something else so we should
147+
// if the parent changes that means it died and we were reparented to something else so we should
148148
// just kill ourself and not cause problems for someone else.
149149
if syscall.Getppid() != l.parentPid {
150150
return syscall.Kill(syscall.Getpid(), syscall.SIGKILL)

0 commit comments

Comments
 (0)