Skip to content

Commit

Permalink
Fix Spelling error about [errrors]
Browse files Browse the repository at this point in the history
Signed-off-by: he.qingguo <[email protected]>
  • Loading branch information
heqg committed Jan 5, 2021
1 parent ff42347 commit 27dfaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/forked/golang/reflect/deep_equal.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 27dfaaf

Please sign in to comment.