Skip to content

Commit

Permalink
Typo fix: overwite -> overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
mirake committed Jun 4, 2018
1 parent 6171c04 commit 355eb29
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 355eb29

Please sign in to comment.