From 40dc18e2fa3724c5c4361f42a413c754ee03a492 Mon Sep 17 00:00:00 2001 From: Lei Jitang Date: Sat, 28 Feb 2015 18:43:28 +0800 Subject: [PATCH] Fix a minor typo in daemon/container.go Signed-off-by: Lei Jitang --- daemon/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/container.go b/daemon/container.go index 676674bc2d..90214f95a0 100644 --- a/daemon/container.go +++ b/daemon/container.go @@ -1235,7 +1235,7 @@ func (container *Container) setupLinkedContainers() ([]string, error) { container.activeLinks = make(map[string]*links.Link, len(children)) // If we encounter an error make sure that we rollback any network - // config and ip table changes + // config and iptables changes rollback := func() { for _, link := range container.activeLinks { link.Disable()