codespell: spelling corrections

Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
This commit is contained in:
Dmitry Smirnov
2019-11-12 15:39:36 +11:00
parent de32b89eff
commit 8d928d525f
40 changed files with 65 additions and 66 deletions

View File

@ -445,7 +445,7 @@ func (p *Pod) Inspect() (*PodInspect, error) {
}
for _, c := range containers {
containerStatus := "unknown"
// Ignoring possible errors here because we dont want this to be
// Ignoring possible errors here because we don't want this to be
// catastrophic in nature
containerState, err := c.State()
if err == nil {