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:
Ikko Eltociear Ashimine
2023-11-04 03:24:53 +09:00
committed by GitHub
parent 9d3617e567
commit 3e0ede6a3f

View File

@@ -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