mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Fix typos found across repository
Signed-off-by: Justas Brazauskas <brazauskasjustas@gmail.com>
This commit is contained in:
@@ -20,7 +20,7 @@ import (
|
||||
var ErrExtractPointNotDirectory = errors.New("extraction point is not a directory")
|
||||
|
||||
// ContainerCopy performs a deprecated operation of archiving the resource at
|
||||
// the specified path in the conatiner identified by the given name.
|
||||
// the specified path in the container identified by the given name.
|
||||
func (daemon *Daemon) ContainerCopy(name string, res string) (io.ReadCloser, error) {
|
||||
container, err := daemon.GetContainer(name)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user