diff --git a/archive/archive.go b/archive/archive.go index 47c5638..cf91225 100644 --- a/archive/archive.go +++ b/archive/archive.go @@ -634,7 +634,7 @@ func TarWithOptions(srcPath string, options *TarOptions) (io.ReadCloser, error) if err := ta.addTarFile(filePath, relFilePath); err != nil { logrus.Errorf("Can't add file %s to tar: %s", filePath, err) - // if pipe is broken, stop writting tar stream to it + // if pipe is broken, stop writing tar stream to it if err == io.ErrClosedPipe { return err }