Fix annotation typo error

Signed-off-by: JoeWrightss <zhoulin.xie@daocloud.io>
This commit is contained in:
JoeWrightss 2018-12-14 23:18:42 +08:00
parent 0b0d6e6bdd
commit 903abf33cf

View File

@ -49,7 +49,7 @@ func TarAll(wt ...WriterToTar) WriterToTar {
} }
// TarFromWriterTo is used to create a tar stream from a tar record // 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 // which allow testing specific tar cases which may be encountered
// by the untar process. // by the untar process.
func TarFromWriterTo(wt WriterToTar) io.ReadCloser { func TarFromWriterTo(wt WriterToTar) io.ReadCloser {