Merge pull request #499 from fate-grand-order/branch-1
fix misspell "scrutiny" in content/content.go
This commit is contained in:
commit
41fe09748c
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ func (cs *Store) Active() ([]Status, error) {
|
||||||
//
|
//
|
||||||
// TODO(stevvooe): Remove the file info. Just need size and modtime. Perhaps,
|
// 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
|
// 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
|
type WalkFunc func(path string, fi os.FileInfo, dgst digest.Digest) error
|
||||||
|
|
||||||
func (cs *Store) Walk(fn WalkFunc) error {
|
func (cs *Store) Walk(fn WalkFunc) error {
|
||||||
|
|
Loading…
Reference in a new issue