Explorar o código

Merge pull request #1515 from wkd3475/develop

Fixing typo
Ajay Tripathy %!s(int64=3) %!d(string=hai) anos
pai
achega
f9c010ff19
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pkg/cloud/awsprovider.go

+ 1 - 1
pkg/cloud/awsprovider.go

@@ -852,7 +852,7 @@ func (aws *AWS) DownloadPricingData() error {
 		pvkeys[key.Features()] = key
 	}
 
-	// RIDataRunning establishes the existance of the goroutine. Since it's possible we
+	// RIDataRunning establishes the existence of the goroutine. Since it's possible we
 	// run multiple downloads, we don't want to create multiple go routines if one already exists
 	if !aws.RIDataRunning {
 		err = aws.GetReservationDataFromAthena() // Block until one run has completed.