Typo fix: overwite -> overwrite

This commit is contained in:
ruicao 2018-06-04 15:45:42 +08:00
parent 6171c04dda
commit 355eb29b29

View File

@ -56,7 +56,7 @@ import (
// OpenShift implements Transformer interface and represents OpenShift transformer
type OpenShift struct {
// Anonymous field allows for inheritance. We are basically inheriting
// all of kubernetes.Kubernetes Methods and variables here. We'll overwite
// all of kubernetes.Kubernetes Methods and variables here. We'll overwrite
// some of those methods with our own for openshift.
kubernetes.Kubernetes
}