1
0
Fork 0

Fix typo in comments

master
Philip O'Toole 2 years ago committed by GitHub
parent 19e9ebd378
commit ff6a3cb701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -343,7 +343,7 @@ func createCluster(cfg *Config, tlsConfig *tls.Config, hasPeers bool, str *store
joiner.SetBasicAuth(cfg.JoinAs, pw)
}
// Prepare defintion of being part of a cluster.
// Prepare definition of being part of a cluster.
isClustered := func() bool {
leader, _ := str.LeaderAddr()
return leader != ""

Loading…
Cancel
Save