mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 11:08:10 +00:00
Correct spelling of error message (#7630)
This commit is contained in:
@@ -535,7 +535,7 @@ func (c *Core) JoinRaftCluster(ctx context.Context, leaderAddr string, tlsConfig
|
||||
}
|
||||
|
||||
if raftStorage.Initialized() {
|
||||
return false, errors.New("raft is alreay initialized")
|
||||
return false, errors.New("raft is already initialized")
|
||||
}
|
||||
|
||||
init, err := c.Initialized(ctx)
|
||||
|
||||
Reference in New Issue
Block a user