Parcourir la source

fix spelling mistake in awsprovider.go

changed "Reservied" to "Reserved"
Kyle Brown il y a 5 ans
Parent
commit
1ea71690bc
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pkg/cloud/awsprovider.go

+ 1 - 1
pkg/cloud/awsprovider.go

@@ -47,7 +47,7 @@ const PreemptibleType = "preemptible"
 
 const APIPricingSource = "Public API"
 const SpotPricingSource = "Spot Data Feed"
-const ReservedInstancePricingSource = "Savings Plan, Reservied Instance, and Out-Of-Cluster"
+const ReservedInstancePricingSource = "Savings Plan, Reserved Instance, and Out-Of-Cluster"
 
 func (aws *AWS) PricingSourceStatus() map[string]*PricingSource {