Merge pull request #9727 from mbanikazemi/typos
Correcting the changed function name in comment
This commit is contained in:
commit
d8f10deda3
|
@ -9,7 +9,7 @@ import (
|
||||||
"github.com/hashicorp/serf/serf"
|
"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.
|
// flood-joining. This will return false if it doesn't have one.
|
||||||
type FloodAddrFn func(*metadata.Server) (string, error)
|
type FloodAddrFn func(*metadata.Server) (string, error)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue