Fix spelling of 'already' across repository (#17703)

This commit is contained in:
Kaan Kabalak 2023-07-21 18:45:08 +03:00 committed by GitHub
parent de684dc122
commit 6624f970c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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")
) )

View File

@ -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: {