From bc05d854b270dcabd9fb49ae031bb011d37cad2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 4 Jun 2024 18:48:39 +0200 Subject: [PATCH] resources: Fix spelling --- resources/resource_factories/create/remote.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/resource_factories/create/remote.go b/resources/resource_factories/create/remote.go index ef80782289a..5f4879dfe7a 100644 --- a/resources/resource_factories/create/remote.go +++ b/resources/resource_factories/create/remote.go @@ -170,7 +170,7 @@ func (c *Client) FromRemote(uri string, optionsm map[string]any) (resource.Resou // A common pattern is to use the key in the options map as // a way to control cache eviction, - // so make sure we use any user provided kehy as the file cache key, + // so make sure we use any user provided key as the file cache key, // but the auto generated and more stable key for everything else. filecacheKey := userKey