Merge pull request #248 from thaJeztah/fix-typo-in-error-message
fix typo in error-message
This commit is contained in:
commit
76dd6710dc
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ var (
|
|||
ErrBundleNotFound = errors.New("containerd: bundle not found")
|
||||
ErrContainerNotFound = errors.New("containerd: container not found")
|
||||
ErrContainerExists = errors.New("containerd: container already exists")
|
||||
ErrProcessNotFound = errors.New("containerd: processs not found for container")
|
||||
ErrProcessNotFound = errors.New("containerd: process not found for container")
|
||||
ErrUnknownContainerStatus = errors.New("containerd: unknown container status ")
|
||||
ErrUnknownTask = errors.New("containerd: unknown task type")
|
||||
|
||||
|
|
Loading…
Reference in a new issue