resources: Fix spelling - hugo - [fork] hugo port for 9front
 (HTM) git clone git@git.drkhsh.at/hugo.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit bc05d854b270dcabd9fb49ae031bb011d37cad2e
 (DIR) parent be47830a87d59e26918782842392684e9d57ae76
 (HTM) Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Tue,  4 Jun 2024 18:48:39 +0200
       
       resources: Fix spelling
       
       Diffstat:
         M resources/resource_factories/creat… |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git 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