Fix "sanbox" typos

Correcting "sanbox" to "sandbox".

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
Upstream-commit: fa04558ac10d70bcdd501f01a5090607db32cc3a
Component: engine
This commit is contained in:
Aaron Lehmann
2016-06-24 12:04:26 -07:00
parent b45c320ba6
commit 54c97d32bb
2 changed files with 2 additions and 2 deletions
@@ -410,7 +410,7 @@ func (daemon *Daemon) allocateNetwork(container *container.Container) error {
// always connect default network first since only default
// network mode support link and we need do some setting
// on sanbox initialize for link, but the sandbox only be initialized
// on sandbox initialize for link, but the sandbox only be initialized
// on first network connecting.
defaultNetName := runconfig.DefaultDaemonNetworkMode().NetworkName()
if nConf, ok := container.NetworkSettings.Networks[defaultNetName]; ok {
+1 -1
View File
@@ -152,7 +152,7 @@ func (daemon *Daemon) SetupIngress(create clustertypes.NetworkCreateRequest, nod
sb, err := controller.NewSandbox("ingress-sbox", libnetwork.OptionIngress())
if err != nil {
logrus.Errorf("Failed creating ingress sanbox: %v", err)
logrus.Errorf("Failed creating ingress sandbox: %v", err)
return
}