mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
cmd: fix spelling mistake
This commit is contained in:
parent
22ed5c2fe2
commit
fea743b783
@ -138,7 +138,7 @@ func VerifyAPIServerBindAddress(address string) error {
|
||||
}
|
||||
|
||||
// ChooseAPIServerBindAddress is a wrapper for netutil.ChooseBindAddress that also handles
|
||||
// the case where no default routes were found and an IP for the API server could not be obatained.
|
||||
// the case where no default routes were found and an IP for the API server could not be obtained.
|
||||
func ChooseAPIServerBindAddress(bindAddress net.IP) (net.IP, error) {
|
||||
ip, err := netutil.ChooseBindAddress(bindAddress)
|
||||
if err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user