mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix typos
Signed-off-by: allencloud <allen.sun@daocloud.io>
This commit is contained in:
parent
287b0a6348
commit
c1be45fa38
61 changed files with 77 additions and 77 deletions
|
@ -38,7 +38,7 @@ func (out chanOutput) WriteProgress(p Progress) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// ChanOutput returns a Output that writes progress updates to the
|
||||
// ChanOutput returns an Output that writes progress updates to the
|
||||
// supplied channel.
|
||||
func ChanOutput(progressChan chan<- Progress) Output {
|
||||
return chanOutput(progressChan)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue