Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/loggers/loggers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/loggers/loggers.go b/common/loggers/loggers.go
index 3beb25956..72330e525 100644
--- 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...)