mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
fix spelling (#5643)
This commit is contained in:
parent
5053f96274
commit
e8d8360d00
@ -61,7 +61,7 @@ func (s *ErasureStorage) CreateFile(src io.Reader, volume, path string, buffer [
|
||||
for i := range errChans { // span workers
|
||||
go erasureAppendFile(s.disks[i], volume, path, hashers[i], blocks[i], errChans[i])
|
||||
}
|
||||
for i := range errChans { // what until all workers are finished
|
||||
for i := range errChans { // wait until all workers are finished
|
||||
errs[i] = <-errChans[i]
|
||||
}
|
||||
if err = reduceWriteQuorumErrs(errs, objectOpIgnoredErrs, writeQuorum); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user