]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
resources: Fix spelling
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 4 Jun 2024 16:48:39 +0000 (18:48 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 4 Jun 2024 16:48:39 +0000 (18:48 +0200)
resources/resource_factories/create/remote.go

index ef80782289a69af1f1b1707599f846f2b86d3ed8..5f4879dfe7a7ea8aa781ef83ca2e9914e9c48835 100644 (file)
@@ -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