libct: fix a typo

syncrhonisation ==> synchronisation

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2023-10-03 17:48:04 -07:00
parent f56b007b1e
commit 6538e6d0bd
+1 -1
View File
@@ -108,7 +108,7 @@ func Init() {
// error, it means the initialization has failed. If the error is returned, // error, it means the initialization has failed. If the error is returned,
// it means the error can not be communicated back to the parent. // it means the error can not be communicated back to the parent.
func startInitialization() (retErr error) { func startInitialization() (retErr error) {
// Get the syncrhonisation pipe. // Get the synchronisation pipe.
envSyncPipe := os.Getenv("_LIBCONTAINER_SYNCPIPE") envSyncPipe := os.Getenv("_LIBCONTAINER_SYNCPIPE")
syncPipeFd, err := strconv.Atoi(envSyncPipe) syncPipeFd, err := strconv.Atoi(envSyncPipe)
if err != nil { if err != nil {