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

@@ -43,7 +43,7 @@ func (lp *LocalPort) String() string {
return fmt.Sprintf("%q (%s/%s)", lp.Description, ipPort, lp.Protocol)
}
// Closeable is an interface around closing an port.
// Closeable is an interface around closing a port.
type Closeable interface {
Close() error
}