mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-04 20:06:27 +02:00
Correct spelling of error message (#7630)
This commit is contained in:
parent
44d8ea4559
commit
aa61c2de74
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user