Skip to content

Commit

Permalink
Merge pull request #1028 from mirake/fix-typos
Browse files Browse the repository at this point in the history
Typo fix: overwite -> overwrite
  • Loading branch information
hangyan authored Jun 4, 2018
2 parents 6171c04 + 355eb29 commit 83c19cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/transformer/openshift/openshift.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 83c19cc

Please sign in to comment.