From 3cc63ee941afe9cc96cbc0fd2737b0be7f0cda95 Mon Sep 17 00:00:00 2001 From: Cyrille Hemidy Date: Tue, 17 Apr 2018 10:56:37 +0200 Subject: [PATCH] Update tar_util.go fix comment --- pkg/util/tar_util.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/tar_util.go b/pkg/util/tar_util.go index c153bb379..32df63261 100644 --- a/pkg/util/tar_util.go +++ b/pkg/util/tar_util.go @@ -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 {