URI: 
       commands: Fix spelling in comment - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 60c24fc5ee34bf4d6600af7616a4059e7d3930e7
   DIR parent 41137077bc52373bf007142b1efc87cec17c1e4c
  HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
       Date:   Wed, 15 Jan 2025 22:31:52 +0100
       
       commands: Fix spelling in comment
       
       Diffstat:
         M commands/commandeer.go              |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/commands/commandeer.go b/commands/commandeer.go
       @@ -447,7 +447,7 @@ func (r *rootCommand) PreRun(cd, runner *simplecobra.Commandeer) error {
                if err != nil {
                        return err
                }
       -        // Set up the glboal logger early to allow info deprecations during config load.
       +        // Set up the global logger early to allow info deprecations during config load.
                loggers.InitGlobalLogger(r.logger.Level(), false)
        
                r.changesFromBuild = make(chan []identity.Identity, 10)