Fix two misspellings in source code comments
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
This commit is contained in:
parent
b61928652c
commit
87e34bd307
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ type ManifestEnumerator interface {
|
|||
}
|
||||
|
||||
// SignaturesGetter provides an interface for getting the signatures of a schema1 manifest. If the digest
|
||||
// refered to is not a schema1 manifest, an error should be returned.
|
||||
// referred to is not a schema1 manifest, an error should be returned.
|
||||
type SignaturesGetter interface {
|
||||
GetSignatures(ctx context.Context, manifestDigest digest.Digest) ([]digest.Digest, error)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue