Parcourir la source

correct typo

Co-authored-by: Michael Dresser <michael@kubecost.com>
Matt Bolt il y a 4 ans
Parent
commit
b05964b5e8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pkg/storage/azurestorage.go

+ 1 - 1
pkg/storage/azurestorage.go

@@ -109,7 +109,7 @@ type AzureHTTPConfig struct {
 	TLSConfig TLSConfig `yaml:"tls_config"`
 }
 
-// AzureStorage implements the storeage.Storage interface against Azure APIs.
+// AzureStorage implements the storage.Storage interface against Azure APIs.
 type AzureStorage struct {
 	name         string
 	containerURL blob.ContainerURL