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
commit 68108c70e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 {