Skip to content

Commit 0f02a0f

Browse files
authored
Merge pull request kubernetes#83605 from hwdef/fix-spelling-mistake
cmd: fix spelling mistake
2 parents edc4ff3 + fea743b commit 0f02a0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kubeadm/app/util/config/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func VerifyAPIServerBindAddress(address string) error {
140140
}
141141

142142
// ChooseAPIServerBindAddress is a wrapper for netutil.ChooseBindAddress that also handles
143-
// the case where no default routes were found and an IP for the API server could not be obatained.
143+
// the case where no default routes were found and an IP for the API server could not be obtained.
144144
func ChooseAPIServerBindAddress(bindAddress net.IP) (net.IP, error) {
145145
ip, err := netutil.ChooseBindAddress(bindAddress)
146146
if err != nil {

0 commit comments

Comments
 (0)