Skip to content

Commit fea743b

Browse files
committed
cmd: fix spelling mistake
1 parent 22ed5c2 commit fea743b

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
@@ -138,7 +138,7 @@ func VerifyAPIServerBindAddress(address string) error {
138138
}
139139

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

0 commit comments

Comments
 (0)