Merge pull request #97709 from heqg/typo-errrors

Fix Spelling error about [errrors]
This commit is contained in:
Kubernetes Prow Robot
2021-01-13 21:59:03 -08:00
committed by GitHub

View File

@@ -16,7 +16,7 @@ import (
// that type.
type Equalities map[reflect.Type]reflect.Value
// For convenience, panics on errrors
// For convenience, panics on errors
func EqualitiesOrDie(funcs ...interface{}) Equalities {
e := Equalities{}
if err := e.AddFuncs(funcs...); err != nil {