瀏覽代碼

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

fix spelling mistake in awsprovider.go
Ajay Tripathy 5 年之前
父節點
當前提交
e59403b050
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 APIPricingSource = "Public API"
 const SpotPricingSource = "Spot Data Feed"
 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 {
 func (aws *AWS) PricingSourceStatus() map[string]*PricingSource {