From b155f6678507d90bbb96bf8be1a55b58a11cf4ca Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 19 Dec 2020 22:02:01 -0500 Subject: [PATCH] spelling: storage Signed-off-by: Josh Soref --- storage/kubernetes/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/kubernetes/types.go b/storage/kubernetes/types.go index 41b14f37..07e25084 100644 --- a/storage/kubernetes/types.go +++ b/storage/kubernetes/types.go @@ -362,7 +362,7 @@ func (cli *client) fromStorageAuthRequest(a storage.AuthRequest) AuthRequest { return req } -// Password is a mirrored struct from the stroage with JSON struct tags and +// Password is a mirrored struct from the storage with JSON struct tags and // Kubernetes type metadata. type Password struct { k8sapi.TypeMeta `json:",inline"`