mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-11 01:42:06 -04:00
Correct spelling of error message (#7630)
This commit is contained in:
parent
44d8ea4559
commit
aa61c2de74
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue