mirror of
https://github.com/containers/podman.git
synced 2025-10-17 19:24:04 +08:00
codespell: spelling corrections
Signed-off-by: Dmitry Smirnov <onlyjob@member.fsf.org>
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user