Переглянути джерело

fix a typo

Signed-off-by: Akshay Karle <akshay.a.karle@gmail.com>
Akshay Karle 8 роки тому
батько
коміт
78fe91c31c
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      libcontainerd/remote_unix.go

+ 1 - 1
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{