mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 05:00:22 +03:00
add codespell action (#18818)
Original work here, #18474, refixed and updated.
This commit is contained in:
+1
-1
@@ -433,7 +433,7 @@ func (er *erasureObjects) healErasureSet(ctx context.Context, buckets []string,
|
||||
partial: func(entries metaCacheEntries, _ []error) {
|
||||
entry, ok := entries.resolve(&resolver)
|
||||
if !ok {
|
||||
// check if we can get one entry atleast
|
||||
// check if we can get one entry at least
|
||||
// proceed to heal nonetheless.
|
||||
entry, _ = entries.firstFound()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user