AjayTripathy 6 лет назад
Родитель
Сommit
779f9f0ed9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      cloud/gcpprovider.go

+ 1 - 1
cloud/gcpprovider.go

@@ -489,7 +489,7 @@ func (gcp *GCP) parsePage(r io.Reader, inputKeys map[string]Key, pvKeys map[stri
 
 				candidateKeys := []string{}
 				for _, region := range product.ServiceRegions {
-					if instanceType == "e2" { // this needs ot be done to handle a partial cpu mapping
+					if instanceType == "e2" { // this needs to be done to handle a partial cpu mapping
 						candidateKeys = append(candidateKeys, region+","+"e2micro"+","+usageType)
 						candidateKeys = append(candidateKeys, region+","+"e2small"+","+usageType)
 						candidateKeys = append(candidateKeys, region+","+"e2medium"+","+usageType)