Skip to content

Commit

Permalink
Update vault/raft.go
Browse files Browse the repository at this point in the history
Co-Authored-By: Vishal Nayak <[email protected]>
  • Loading branch information
briankassouf and vishalnayak authored Oct 11, 2019
1 parent b2f93f4 commit ea73754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault/raft.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ea73754

Please sign in to comment.