mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 01:32:33 +00:00
Fix typo in consul_service_registration.go (#19602)
initalize -> initialize Co-authored-by: Chris Capurso <1036769+ccapurso@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9d3617e567
commit
3e0ede6a3f
@@ -316,7 +316,7 @@ func (c *serviceRegistration) NotifyInitializedStateChange(isInitialized bool) e
|
||||
default:
|
||||
// NOTE: If this occurs Vault's initialized status could be out of
|
||||
// sync with Consul until checkTimer expires.
|
||||
c.logger.Warn("concurrent initalize state change notify dropped")
|
||||
c.logger.Warn("concurrent initialize state change notify dropped")
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user