Typo fix: erroring -> error (#1032)

This commit is contained in:
Rui Cao 2018-06-05 22:17:35 +08:00 committed by Charlie Drage
parent 6eb1aed7ab
commit fe97a60473

View File

@ -27,7 +27,7 @@ import (
// Logrus hooks
// Hook for erroring and exit out on warning
// Hook for error and exit out on warning
type errorOnWarningHook struct{}
func (errorOnWarningHook) Levels() []log.Level {