spelling: deferring

This commit is contained in:
Josh Soref
2018-03-11 17:53:08 +00:00
parent 2e82e95239
commit f3991df8d9

View File

@@ -14,7 +14,7 @@ import (
const (
// maxFailedTGs is the maximum number of task groups we show failure reasons
// for before defering to eval-status
// for before deferring to eval-status
maxFailedTGs = 5
)