diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2020-12-09 05:55:40 -0500 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2020-12-09 06:00:04 -0500 |
commit | bf5d184325114c4ab8a9bd1425e359fccc965fea (patch) | |
tree | 575669b387de2152695ed5fe3c7911511b2d6aee /pkg/domain/infra/abi | |
parent | dd295f297b6dd51d22c64c75f4ef4f80f953bbde (diff) | |
download | podman-bf5d184325114c4ab8a9bd1425e359fccc965fea.tar.gz podman-bf5d184325114c4ab8a9bd1425e359fccc965fea.tar.bz2 podman-bf5d184325114c4ab8a9bd1425e359fccc965fea.zip |
Fix spelling mistakes
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'pkg/domain/infra/abi')
-rw-r--r-- | pkg/domain/infra/abi/manifest.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/domain/infra/abi/manifest.go b/pkg/domain/infra/abi/manifest.go index ad7128b42..600d64b1d 100644 --- a/pkg/domain/infra/abi/manifest.go +++ b/pkg/domain/infra/abi/manifest.go @@ -54,7 +54,7 @@ func (ir *ImageEngine) ManifestInspect(ctx context.Context, name string) ([]byte } return buf, nil // no return if local image is not a list of images type - // continue on getting valid manifest through remote serice + // continue on getting valid manifest through remote service } else if errors.Cause(err) != buildahManifests.ErrManifestTypeNotSupported { return nil, errors.Wrapf(err, "loading manifest %q", name) } |