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
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ import (
)
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")
)