Fix minor typo in doc string (#8277)
This commit is contained in:
parent
4ec92e2e9f
commit
9f99ff4912
|
@ -347,7 +347,7 @@ func (cl *Listener) Run(ctx context.Context) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// Stop stops the cluster listner
|
||||
// Stop stops the cluster listener
|
||||
func (cl *Listener) Stop() {
|
||||
// Set the shutdown flag. This will cause the listeners to shut down
|
||||
// within the deadline in clusterListenerAcceptDeadline
|
||||
|
|
Loading…
Reference in New Issue