Skip to content

Commit

Permalink
libct: fix a typo
Browse files Browse the repository at this point in the history
syncrhonisation ==> synchronisation

Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Oct 4, 2023
1 parent f56b007 commit 6538e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcontainer/init_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6538e6d

Please sign in to comment.