Merge pull request #83605 from hwdef/fix-spelling-mistake

cmd: fix spelling mistake
This commit is contained in:
Kubernetes Prow Robot 2019-10-08 05:25:24 -07:00 committed by GitHub
commit 0f02a0fadf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,7 +140,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 {