Răsfoiți Sursa

Merge pull request #869 from kubecost/kbrwn-ri-spelling-fix

fix spelling mistake in awsprovider.go
Ajay Tripathy 4 ani în urmă
părinte
comite
e59403b050
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      pkg/cloud/awsprovider.go

+ 1 - 1
pkg/cloud/awsprovider.go

@@ -48,7 +48,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 {