Merge pull request #499 from fate-grand-order/branch-1

fix misspell "scrutiny" in content/content.go
This commit is contained in:
Phil Estes 2017-02-07 09:43:19 -08:00 committed by GitHub
commit 41fe09748c

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 {