From 680e191c91fa939bf2dca09731df4608e78e8bcd Mon Sep 17 00:00:00 2001 From: fate-grand-order Date: Fri, 17 Mar 2017 10:41:24 +0800 Subject: [PATCH] fix misspell "resources" in content/store.go Signed-off-by: fate-grand-order --- content/store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/store.go b/content/store.go index 5b3b00b..bc7b053 100644 --- a/content/store.go +++ b/content/store.go @@ -291,7 +291,7 @@ func (s *Store) Writer(ctx context.Context, ref string, total int64, expected di } // Abort an active transaction keyed by ref. If the ingest is active, it will -// be cancelled. Any resoures associated with the ingest will be cleaned. +// be cancelled. Any resources associated with the ingest will be cleaned. func (s *Store) Abort(ref string) error { root := s.ingestRoot(ref) if err := os.RemoveAll(root); err != nil {