diff options
Diffstat (limited to 'libpod/pod_api.go')
-rw-r--r-- | libpod/pod_api.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/pod_api.go b/libpod/pod_api.go index 3a194f04b..b27257004 100644 --- a/libpod/pod_api.go +++ b/libpod/pod_api.go @@ -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 { |