summaryrefslogtreecommitdiff
path: root/daemon/archive.go
diff options
context:
space:
mode:
authorJustas Brazauskas <brazauskasjustas@gmail.com>2015-12-13 18:00:39 +0200
committerJustas Brazauskas <brazauskasjustas@gmail.com>2015-12-13 18:04:12 +0200
commit927b334ebfc786276a039e45ec097e71bf9a104c (patch)
treeaea38d3379578a46e2d57e71b6c410c05c3573d8 /daemon/archive.go
parentf5e6b09783b592c67631e77c43c81e996a3971c3 (diff)
downloaddocker-927b334ebfc786276a039e45ec097e71bf9a104c.tar.gz
Fix typos found across repository
Signed-off-by: Justas Brazauskas <brazauskasjustas@gmail.com>
Diffstat (limited to 'daemon/archive.go')
-rw-r--r--daemon/archive.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/archive.go b/daemon/archive.go
index 39429899a3..de329741c2 100644
--- a/daemon/archive.go
+++ b/daemon/archive.go
@@ -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 {