Skip to content

Commit

Permalink
Merge pull request #4054 from kolyshkin/codespell-226
Browse files Browse the repository at this point in the history
libct: fix a typo
  • Loading branch information
lifubang authored Oct 4, 2023
2 parents f56b007 + 6538e6d commit 634280f
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 634280f

Please sign in to comment.