cmd: fix spelling mistake

This commit is contained in:
hwdef 2019-10-08 13:10:14 +08:00
parent 22ed5c2fe2
commit fea743b783

View File

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