mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
libct: fix a typo
syncrhonisation ==> synchronisation Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -108,7 +108,7 @@ func Init() {
|
||||
// error, it means the initialization has failed. If the error is returned,
|
||||
// it means the error can not be communicated back to the parent.
|
||||
func startInitialization() (retErr error) {
|
||||
// Get the syncrhonisation pipe.
|
||||
// Get the synchronisation pipe.
|
||||
envSyncPipe := os.Getenv("_LIBCONTAINER_SYNCPIPE")
|
||||
syncPipeFd, err := strconv.Atoi(envSyncPipe)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user