mirror of https://github.com/containers/podman.git
Fix spelling mistakes
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
1b5c2d1440
commit
797288222b
|
@ -269,7 +269,7 @@ func (r *LocalRuntime) UmountRootFilesystems(ctx context.Context, cli *cliconfig
|
||||||
logrus.Debugf("Error umounting container %s, storage.ErrLayerNotMounted", ctr.ID())
|
logrus.Debugf("Error umounting container %s, storage.ErrLayerNotMounted", ctr.ID())
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
failures[ctr.ID()] = errors.Wrapf(err, "error unmounting continaner %s", ctr.ID())
|
failures[ctr.ID()] = errors.Wrapf(err, "error unmounting container %s", ctr.ID())
|
||||||
} else {
|
} else {
|
||||||
ok = append(ok, ctr.ID())
|
ok = append(ok, ctr.ID())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue