Merge pull request #637 from fate-grand-order/typo
fix misspell "resources" in content/store.go
This commit is contained in:
commit
f95ba7c5ea
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue