From d0344731ef11a5951c86f444ac40e27f2472db01 Mon Sep 17 00:00:00 2001 From: LingFaKe Date: Fri, 8 Apr 2016 22:08:58 +0800 Subject: [PATCH] fix typo Signed-off-by: Ling FaKe --- container/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/container.go b/container/container.go index 58892e7788..d33b14878c 100644 --- a/container/container.go +++ b/container/container.go @@ -905,7 +905,7 @@ func (container *Container) FullHostname() string { return fullHostname } -// RestartManager returns the current restartmanager instace connected to container. +// RestartManager returns the current restartmanager instance connected to container. func (container *Container) RestartManager(reset bool) restartmanager.RestartManager { if reset { container.RestartCount = 0