Skip to content

Commit

Permalink
- fixed typo (#4322)
Browse files Browse the repository at this point in the history
  • Loading branch information
d7oc authored Nov 9, 2023
1 parent 830ea50 commit 7b7bcfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/utils/decomposedfs/upload/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ func (upload *Upload) Finalize() (err error) {
err = upload.tp.WriteBlob(n, upload.binPath)
subspan.End()
if err != nil {
return errors.Wrap(err, "failed to upload file to blostore")
return errors.Wrap(err, "failed to upload file to blobstore")
}

return nil
Expand Down

0 comments on commit 7b7bcfa

Please sign in to comment.