From 89f99343ff3df3cc5ac243a3a056f136885d012b Mon Sep 17 00:00:00 2001 From: Ma Shimiao Date: Mon, 7 Sep 2015 14:43:17 +0800 Subject: [PATCH] daemon/daemon: fix typo Signed-off-by: Ma Shimiao --- daemon/daemon.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/daemon.go b/daemon/daemon.go index cb538f4bec..7c3c39e441 100644 --- a/daemon/daemon.go +++ b/daemon/daemon.go @@ -491,7 +491,7 @@ func (daemon *Daemon) newContainer(name string, config *runconfig.Config, imgID } // GetFullContainerName returns a constructed container name. I think -// it has to do with the fact that a container is a file on disek and +// it has to do with the fact that a container is a file on disk and // this is sort of just creating a file name. func GetFullContainerName(name string) (string, error) { if name == "" {