From 420f66b1b4eea09f5e270b40fb0254c9153fcb9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20G=C3=BChring?= Date: Sat, 8 Apr 2023 08:38:26 +0200 Subject: [PATCH] Fix storage typo --- storage/storage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/storage.go b/storage/storage.go index 3963a81f..99424e36 100644 --- a/storage/storage.go +++ b/storage/storage.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package storage provides functions for accessing Google Cloud Storge buckets. +// Package storage provides functions for accessing Google Cloud Storage buckets. package storage import (