Merge pull request #637 from fate-grand-order/typo

fix misspell "resources" in content/store.go
This commit is contained in:
Derek McGowan 2017-03-16 23:42:13 -07:00 committed by GitHub
commit f95ba7c5ea
1 changed files with 1 additions and 1 deletions

View File

@ -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 {