Fix minor typo in doc string (#8277)

This commit is contained in:
Sebastien Williams-Wynn 2020-02-02 19:13:00 +00:00 committed by GitHub
parent 4ec92e2e9f
commit 9f99ff4912
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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