fix misspell "scrutiny" in content/content.go

Signed-off-by: fate-grand-order <chenjg@harmonycloud.cn>
This commit is contained in:
fate-grand-order 2017-02-07 15:06:40 +08:00
parent f861817a8e
commit d44c8525d7
1 changed files with 1 additions and 1 deletions

View File

@ -166,7 +166,7 @@ func (cs *Store) Active() ([]Status, error) {
//
// TODO(stevvooe): Remove the file info. Just need size and modtime. Perhaps,
// not a huge deal, considering we have a path, but let's not just let this one
// go without scrunity.
// go without scrutiny.
type WalkFunc func(path string, fi os.FileInfo, dgst digest.Digest) error
func (cs *Store) Walk(fn WalkFunc) error {