aboutsummaryrefslogtreecommitdiffhomepage
path: root/resources
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <[email protected]>2024-06-04 18:48:39 +0200
committerBjørn Erik Pedersen <[email protected]>2024-06-04 18:48:39 +0200
commitbc05d854b270dcabd9fb49ae031bb011d37cad2e (patch)
tree7ace0a52958ee140e98d53aa0a74ac99298485a1 /resources
parentbe47830a87d59e26918782842392684e9d57ae76 (diff)
downloadhugo-bc05d854b270dcabd9fb49ae031bb011d37cad2e.tar.gz
hugo-bc05d854b270dcabd9fb49ae031bb011d37cad2e.zip
resources: Fix spelling
Diffstat (limited to 'resources')
-rw-r--r--resources/resource_factories/create/remote.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/resource_factories/create/remote.go b/resources/resource_factories/create/remote.go
index ef8078228..5f4879dfe 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