Merge pull request #1028 from mirake/fix-typos

Typo fix: overwite -> overwrite
This commit is contained in:
Hang Yan 2018-06-04 16:01:58 +08:00 committed by GitHub
commit 83c19cc7ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}