From 0a4f3b6f0e7665bdab565bfbd4f9d040b7812f3b Mon Sep 17 00:00:00 2001 From: Akshay Karle Date: Thu, 17 Nov 2016 16:51:37 -0500 Subject: [PATCH] fix a typo Signed-off-by: Akshay Karle Upstream-commit: 2d08a764211035ec93aa3a97afb2baff074103da Component: engine --- components/engine/libcontainerd/remote_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/libcontainerd/remote_unix.go b/components/engine/libcontainerd/remote_unix.go index d064026d36..64a28646be 100644 --- a/components/engine/libcontainerd/remote_unix.go +++ b/components/engine/libcontainerd/remote_unix.go @@ -67,7 +67,7 @@ type remote struct { func New(stateDir string, options ...RemoteOption) (_ Remote, err error) { defer func() { if err != nil { - err = fmt.Errorf("Failed to connect to containerd. Please make sure containerd is installed in your PATH or you have specificed the correct address. Got error: %v", err) + err = fmt.Errorf("Failed to connect to containerd. Please make sure containerd is installed in your PATH or you have specified the correct address. Got error: %v", err) } }() r := &remote{