Fix typos in kube-proxy

This commit is contained in:
yanghaichao12
2019-01-07 11:08:34 -05:00
parent 8b3b5a9fe7
commit ba64ae18bc
3 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ type netlinkHandle struct {
isIPv6 bool
}
// NewNetLinkHandle will crate a new NetLinkHandle
// NewNetLinkHandle will create a new NetLinkHandle
func NewNetLinkHandle(isIPv6 bool) NetLinkHandle {
return &netlinkHandle{netlink.Handle{}, isIPv6}
}