Update tar_util.go

fix comment
This commit is contained in:
Cyrille Hemidy 2018-04-17 10:56:37 +02:00 committed by GitHub
parent 3796a1026d
commit 3cc63ee941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ func checkHardlink(p string, i os.FileInfo) (bool, string) {
}
// UnpackLocalTarArchive unpacks the tar archive at path to the directory dest
// Returns true if the path was acutally unpacked
// Returns true if the path was actually unpacked
func UnpackLocalTarArchive(path, dest string) error {
// First, we need to check if the path is a local tar archive
if compressed, compressionLevel := fileIsCompressedTar(path); compressed {