URI: 
       Fix typo in panicOnWarning message - 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 c05c99f0c552553914689cb6a29edb5ac8b4f88d
   DIR parent ff7689ce0212629c81a77b7e3e84cda5149f6b06
  HTML Author: Joe Mooring <joe.mooring@veriphor.com>
       Date:   Thu, 27 Jan 2022 08:13:32 -0800
       
       Fix typo in panicOnWarning message
       
       Diffstat:
         M common/loggers/loggers.go           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/common/loggers/loggers.go b/common/loggers/loggers.go
       @@ -133,7 +133,7 @@ func (l *logger) Info() *log.Logger {
                return l.INFO
        }
        
       -const panicOnWarningMessage = "Warning trapped. Remvove the --panicOnWarning flag to continue."
       +const panicOnWarningMessage = "Warning trapped. Remove the --panicOnWarning flag to continue."
        
        func (l *logger) Warnf(format string, v ...interface{}) {
                l.WARN.Printf(format, v...)