fix typos

Signed-off-by: bin liu <liubin0329@gmail.com>
This commit is contained in:
bin liu 2016-06-22 12:40:21 +08:00
parent d303d5c1ac
commit 6eadd3f4dc
2 changed files with 2 additions and 2 deletions

View file

@ -123,7 +123,7 @@ func (ms *manifestStore) Put(ctx context.Context, manifest distribution.Manifest
return "", fmt.Errorf("unrecognized manifest type %T", manifest)
}
// Delete removes the revision of the specified manfiest.
// Delete removes the revision of the specified manifest.
func (ms *manifestStore) Delete(ctx context.Context, dgst digest.Digest) error {
context.GetLogger(ms.ctx).Debug("(*manifestStore).Delete")
return ms.blobStore.Delete(ctx, dgst)