diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-10-29 14:59:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-29 14:59:51 +0100 |
commit | f17e15281800eb342c725f56b1e7ff7e10a8f790 (patch) | |
tree | ef673af468cbaecf1b90149047caf2752ba6a060 /pkg/adapter | |
parent | 815bd568b225710fcc8b425c1d5143b2c8606de1 (diff) | |
parent | 797288222bb5c4d0b89dc0a51deaa7cb06e652dd (diff) | |
download | podman-f17e15281800eb342c725f56b1e7ff7e10a8f790.tar.gz podman-f17e15281800eb342c725f56b1e7ff7e10a8f790.tar.bz2 podman-f17e15281800eb342c725f56b1e7ff7e10a8f790.zip |
Merge pull request #4360 from rhatdan/spell
Fix spelling mistakes
Diffstat (limited to 'pkg/adapter')
-rw-r--r-- | pkg/adapter/containers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/adapter/containers.go b/pkg/adapter/containers.go index 73e6dba3a..ae91bd812 100644 --- a/pkg/adapter/containers.go +++ b/pkg/adapter/containers.go @@ -269,7 +269,7 @@ func (r *LocalRuntime) UmountRootFilesystems(ctx context.Context, cli *cliconfig logrus.Debugf("Error umounting container %s, storage.ErrLayerNotMounted", ctr.ID()) 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 { ok = append(ok, ctr.ID()) } |