summaryrefslogtreecommitdiff
path: root/pkg/domain/infra/abi/manifest.go
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2020-12-09 05:55:40 -0500
committerDaniel J Walsh <dwalsh@redhat.com>2020-12-09 06:00:04 -0500
commitbf5d184325114c4ab8a9bd1425e359fccc965fea (patch)
tree575669b387de2152695ed5fe3c7911511b2d6aee /pkg/domain/infra/abi/manifest.go
parentdd295f297b6dd51d22c64c75f4ef4f80f953bbde (diff)
downloadpodman-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/manifest.go')
-rw-r--r--pkg/domain/infra/abi/manifest.go2
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)
}