Merge pull request #2882 from JoeWrightss/patch-1

Fix annotation typo error
This commit is contained in:
Derek McGowan 2018-12-14 11:25:04 -08:00 committed by GitHub
commit e6879c498b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,7 @@ func TarAll(wt ...WriterToTar) WriterToTar {
}
// TarFromWriterTo is used to create a tar stream from a tar record
// creator. This can be used to manifacture more specific tar records
// creator. This can be used to manufacture more specific tar records
// which allow testing specific tar cases which may be encountered
// by the untar process.
func TarFromWriterTo(wt WriterToTar) io.ReadCloser {