mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
fix typos reported in CI/CD
This commit is contained in:
@@ -63,11 +63,9 @@ type Config struct {
|
||||
}
|
||||
|
||||
// BitrotScanCycle returns the configured cycle for the scanner healing
|
||||
// -1 for not enabled
|
||||
//
|
||||
// 0 for contiunous bitrot scanning
|
||||
//
|
||||
// >0 interval duration between cycles
|
||||
// - '-1' for not enabled
|
||||
// - '0' for continuous bitrot scanning
|
||||
// - '> 0' interval duration between cycles
|
||||
func (opts Config) BitrotScanCycle() (d time.Duration) {
|
||||
configMutex.RLock()
|
||||
defer configMutex.RUnlock()
|
||||
|
||||
@@ -39,7 +39,7 @@ const (
|
||||
STANDARD = "STANDARD"
|
||||
)
|
||||
|
||||
// Standard constats for config info storage class
|
||||
// Standard constants for config info storage class
|
||||
const (
|
||||
ClassStandard = "standard"
|
||||
ClassRRS = "rrs"
|
||||
|
||||
Reference in New Issue
Block a user