mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
use typos instead of codespell (#19088)
This commit is contained in:
@@ -1702,7 +1702,7 @@ func (s *xlStorage) readAllData(ctx context.Context, volume, volumeDir string, f
|
||||
}
|
||||
|
||||
if discard {
|
||||
// This discard is mostly true for DELETEs
|
||||
// This discard is mostly true for DELETEEs
|
||||
// so we need to make sure we do not keep
|
||||
// page-cache references after.
|
||||
defer disk.Fdatasync(f)
|
||||
|
||||
Reference in New Issue
Block a user