Merge pull request #9727 from mbanikazemi/typos

Correcting the changed function name in comment
This commit is contained in:
Daniel Nephin 2021-02-11 14:46:10 -05:00 committed by GitHub
commit d8f10deda3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
"github.com/hashicorp/serf/serf"
)
// FloodAddrPortFn gets the address and port to use for a given server when
// FloodAddrFn gets the address and port to use for a given server when
// flood-joining. This will return false if it doesn't have one.
type FloodAddrFn func(*metadata.Server) (string, error)