From d44c8525d77719d2c7bbd29ed25376d52a5e7b0c Mon Sep 17 00:00:00 2001 From: fate-grand-order Date: Tue, 7 Feb 2017 15:06:40 +0800 Subject: [PATCH] fix misspell "scrutiny" in content/content.go Signed-off-by: fate-grand-order --- content/content.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/content.go b/content/content.go index 453e5d5..5850225 100644 --- a/content/content.go +++ b/content/content.go @@ -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 {