Skip to content

Commit 0d193ed

Browse files
authored
Merge pull request opencontainers#3190 from presztak/nsexec_bail_message_typo_fix
Fix typo in bail message
2 parents 3c7db38 + 895e0a5 commit 0d193ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcontainer/nsenter/nsexec.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ void nsexec(void)
10911091
write_log(DEBUG, "signal completion to stage-0");
10921092
s = SYNC_CHILD_FINISH;
10931093
if (write(syncfd, &s, sizeof(s)) != sizeof(s))
1094-
bail("failed to sync with patent: write(SYNC_CHILD_FINISH)");
1094+
bail("failed to sync with parent: write(SYNC_CHILD_FINISH)");
10951095

10961096
/* Close sync pipes. */
10971097
if (close(sync_grandchild_pipe[0]) < 0)

0 commit comments

Comments
 (0)