* spelling: cartesian

* spelling: deferring

* spelling: marshal
This commit is contained in:
Josh Soref
2020-05-18 12:53:42 -04:00
committed by GitHub
parent 2f3187ebcd
commit 2097a3c017
3 changed files with 3 additions and 3 deletions

View File

@@ -422,7 +422,7 @@ func (cr *containerReference) copyDir(dstPath string, srcPath string) common.Exe
return err
}
// manually close here after each file operation; defering would cause each file close
// manually close here after each file operation; deferring would cause each file close
// to wait until all operations have completed.
f.Close()