Merge pull request #16111 from Mashimiao/fix-typo-daemon-daemon

daemon/daemon: fix typo
This commit is contained in:
Antonio Murdaca 2015-09-07 09:31:54 +02:00
commit 6743a6e665
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ func (daemon *Daemon) newContainer(name string, config *runconfig.Config, imgID
} }
// GetFullContainerName returns a constructed container name. I think // 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. // this is sort of just creating a file name.
func GetFullContainerName(name string) (string, error) { func GetFullContainerName(name string) (string, error) {
if name == "" { if name == "" {