瀏覽代碼

fix spelling mistake in awsprovider.go

changed "Reservied" to "Reserved"
Kyle Brown 4 年之前
父節點
當前提交
1ea71690bc
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 {