mirror of
https://github.com/minio/minio.git
synced 2025-04-20 10:37:31 -04:00
Fix spelling of 'already' across repository (#17703)
This commit is contained in:
parent
de684dc122
commit
6624f970c0
@ -30,7 +30,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
errRebalanceDecommissionAlreadyRunning = errors.New("Rebalance cannot be started, decommission is aleady in progress")
|
errRebalanceDecommissionAlreadyRunning = errors.New("Rebalance cannot be started, decommission is already in progress")
|
||||||
errDecommissionRebalanceAlreadyRunning = errors.New("Decommission cannot be started, rebalance is already in progress")
|
errDecommissionRebalanceAlreadyRunning = errors.New("Decommission cannot be started, rebalance is already in progress")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1397,7 +1397,7 @@ var errorCodes = errorCodeMap{
|
|||||||
},
|
},
|
||||||
ErrAdminConfigIDPCfgNameAlreadyExists: {
|
ErrAdminConfigIDPCfgNameAlreadyExists: {
|
||||||
Code: "XMinioAdminConfigIDPCfgNameAlreadyExists",
|
Code: "XMinioAdminConfigIDPCfgNameAlreadyExists",
|
||||||
Description: "An IDP configuration with the given name aleady exists",
|
Description: "An IDP configuration with the given name already exists",
|
||||||
HTTPStatusCode: http.StatusBadRequest,
|
HTTPStatusCode: http.StatusBadRequest,
|
||||||
},
|
},
|
||||||
ErrAdminConfigIDPCfgNameDoesNotExist: {
|
ErrAdminConfigIDPCfgNameDoesNotExist: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user