Typo fix: erroring -> error (#1032)

This commit is contained in:
Rui Cao
2018-06-05 10:17:35 -04:00
committed by Charlie Drage
parent 6eb1aed7ab
commit fe97a60473
+1 -1
View File
@@ -27,7 +27,7 @@ import (
// Logrus hooks // Logrus hooks
// Hook for erroring and exit out on warning // Hook for error and exit out on warning
type errorOnWarningHook struct{} type errorOnWarningHook struct{}
func (errorOnWarningHook) Levels() []log.Level { func (errorOnWarningHook) Levels() []log.Level {