Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Shashank Ram <shashr2204@gmail.com>
  • Loading branch information
shashankram committed Mar 9, 2021
1 parent ba92701 commit 1961695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/envoy/ads/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func (s *Server) StreamAggregatedResources(server xds_discovery.AggregatedDiscov
// Register to Envoy global broadcast updates
broadcastUpdate := events.GetPubSubInstance().Subscribe(announcements.ProxyBroadcast)

// Register for ceriticate rotation updates
// Register for certificate rotation updates
certAnnouncement := events.GetPubSubInstance().Subscribe(announcements.CertificateRotated)

// Issues a send all response on a connecting envoy
Expand Down

0 comments on commit 1961695

Please sign in to comment.