mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 05:00:22 +03:00
Fix spelling of 'already' across repository (#17703)
This commit is contained in:
@@ -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")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user