Преглед на файлове

correct typo

Co-authored-by: Michael Dresser <michael@kubecost.com>
Matt Bolt преди 4 години
родител
ревизия
b05964b5e8
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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"`
 	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 {
 type AzureStorage struct {
 	name         string
 	name         string
 	containerURL blob.ContainerURL
 	containerURL blob.ContainerURL